Cleanup: CMake indentation
Also remove outdated comment
This commit is contained in:
@@ -823,21 +823,6 @@ set(PLATFORM_LINKFLAGS "")
|
||||
set(PLATFORM_LINKFLAGS_DEBUG "")
|
||||
|
||||
|
||||
# For alternate Python locations the commandline can be used to override detected/default cache settings, e.g:
|
||||
# On Unix:
|
||||
# cmake ../blender \
|
||||
# -D PYTHON_VERSION=3.5 \
|
||||
# -D PYTHON_INCLUDE_DIR=/opt/py35/include/python3.5d \
|
||||
# -D PYTHON_LIBRARY=/opt/py35/lib/libpython3.5d.so
|
||||
#
|
||||
# On Macs:
|
||||
# cmake ../blender \
|
||||
# -D PYTHON_INCLUDE_DIR=/System/Library/Frameworks/Python.framework/Versions/3.5/include/python3.5 \
|
||||
# -D PYTHON_LIBPATH=/System/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/config \
|
||||
# -G Xcode
|
||||
#
|
||||
# When changing any of this remember to update the notes in doc/build_systems/cmake.txt
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
#Platform specifics
|
||||
|
||||
|
58
extern/recastnavigation/CMakeLists.txt
vendored
58
extern/recastnavigation/CMakeLists.txt
vendored
@@ -24,8 +24,8 @@
|
||||
# ***** END GPL LICENSE BLOCK *****
|
||||
|
||||
set(INC
|
||||
Recast/Include
|
||||
Detour/Include
|
||||
Recast/Include
|
||||
Detour/Include
|
||||
)
|
||||
|
||||
set(INC_SYS
|
||||
@@ -33,38 +33,38 @@ set(INC_SYS
|
||||
)
|
||||
|
||||
set(SRC
|
||||
recast-capi.cpp
|
||||
recast-capi.h
|
||||
recast-capi.cpp
|
||||
recast-capi.h
|
||||
|
||||
|
||||
Detour/Source/DetourCommon.cpp
|
||||
Detour/Source/DetourNode.cpp
|
||||
Detour/Source/DetourStatNavMesh.cpp
|
||||
Detour/Source/DetourStatNavMeshBuilder.cpp
|
||||
Detour/Source/DetourTileNavMesh.cpp
|
||||
Detour/Source/DetourTileNavMeshBuilder.cpp
|
||||
Detour/Source/DetourCommon.cpp
|
||||
Detour/Source/DetourNode.cpp
|
||||
Detour/Source/DetourStatNavMesh.cpp
|
||||
Detour/Source/DetourStatNavMeshBuilder.cpp
|
||||
Detour/Source/DetourTileNavMesh.cpp
|
||||
Detour/Source/DetourTileNavMeshBuilder.cpp
|
||||
|
||||
Detour/Include/DetourCommon.h
|
||||
Detour/Include/DetourNode.h
|
||||
Detour/Include/DetourStatNavMesh.h
|
||||
Detour/Include/DetourStatNavMeshBuilder.h
|
||||
Detour/Include/DetourTileNavMesh.h
|
||||
Detour/Include/DetourTileNavMeshBuilder.h
|
||||
Detour/Include/DetourCommon.h
|
||||
Detour/Include/DetourNode.h
|
||||
Detour/Include/DetourStatNavMesh.h
|
||||
Detour/Include/DetourStatNavMeshBuilder.h
|
||||
Detour/Include/DetourTileNavMesh.h
|
||||
Detour/Include/DetourTileNavMeshBuilder.h
|
||||
|
||||
Recast/Source/Recast.cpp
|
||||
Recast/Source/RecastAlloc.cpp
|
||||
Recast/Source/RecastArea.cpp
|
||||
Recast/Source/RecastContour.cpp
|
||||
Recast/Source/RecastFilter.cpp
|
||||
Recast/Source/RecastLayers.cpp
|
||||
Recast/Source/RecastMesh.cpp
|
||||
Recast/Source/RecastMeshDetail.cpp
|
||||
Recast/Source/RecastRasterization.cpp
|
||||
Recast/Source/RecastRegion.cpp
|
||||
Recast/Source/Recast.cpp
|
||||
Recast/Source/RecastAlloc.cpp
|
||||
Recast/Source/RecastArea.cpp
|
||||
Recast/Source/RecastContour.cpp
|
||||
Recast/Source/RecastFilter.cpp
|
||||
Recast/Source/RecastLayers.cpp
|
||||
Recast/Source/RecastMesh.cpp
|
||||
Recast/Source/RecastMeshDetail.cpp
|
||||
Recast/Source/RecastRasterization.cpp
|
||||
Recast/Source/RecastRegion.cpp
|
||||
|
||||
Recast/Include/Recast.h
|
||||
Recast/Include/RecastAlloc.h
|
||||
Recast/Include/RecastAssert.h
|
||||
Recast/Include/Recast.h
|
||||
Recast/Include/RecastAlloc.h
|
||||
Recast/Include/RecastAssert.h
|
||||
)
|
||||
|
||||
blender_add_lib(extern_recastnavigation "${SRC}" "${INC}" "${INC_SYS}")
|
||||
|
Reference in New Issue
Block a user