From 065ab900c96950e5413b79d2439589e77ce66e38 Mon Sep 17 00:00:00 2001 From: Stephan Vedder Date: Thu, 28 Apr 2022 15:40:07 +0200 Subject: Remove CMake code for old targets --- Projects/CMakeLists.txt | 40 ++++------------------------------------ 1 file changed, 4 insertions(+), 36 deletions(-) diff --git a/Projects/CMakeLists.txt b/Projects/CMakeLists.txt index 1c6a6a10..0ae817df 100644 --- a/Projects/CMakeLists.txt +++ b/Projects/CMakeLists.txt @@ -289,17 +289,10 @@ IF(BUILD_OVERGROWTH) ADD_SUBDIRECTORY(TheoraPlayer TheoraPlayer) ADD_SUBDIRECTORY(recastnavigation recastnavigation) # disable all demos - # enable USE_MSVC_RUNTIME_LIBRARY_DLL - #SET(BULLET_VERSION 2.76) - - #Setting these via set does not seem to work. - #SET(BUILD_DEMOS FALSE) SET(BUILD_DEMOS OFF CACHE BOOL "Set when you want to build the demos for underlying library") - #SET(USE_MSVC_RUNTIME_LIBRARY_DLL TRUE) + # enable USE_MSVC_RUNTIME_LIBRARY_DLL SET(USE_MSVC_RUNTIME_LIBRARY_DLL ON CACHE BOOL "Use MSVC Runtime Library DLL (/MD or /MDd)") - ##SET(USE_GLUT FALSE) SET(USE_GLUT OFF CACHE BOOL "Use Glut") - #SET(BULLET_PHYSICS_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/${CommonRoot}/NonDF/bullet) ADD_SUBDIRECTORY(bullet3-2.89 bullet3-2.89) ADD_SUBDIRECTORY(angelscript_2_32_0_sdk/angelscript/projects/cmake angelscript_2_32_0_sdk) @@ -323,33 +316,16 @@ IF(BUILD_OVERGROWTH) SET_PROPERTY(TARGET HACD PROPERTY FOLDER "Support/BulletPhysics") SET_PROPERTY(TARGET LinearMath PROPERTY FOLDER "Support/BulletPhysics") IF(WIN32) - #SET_PROPERTY(TARGET App_BasicExample PROPERTY FOLDER "Support/BulletPhysics") - #SET_PROPERTY(TARGET App_ExampleBrowser PROPERTY FOLDER "Support/BulletPhysics") - #SET_PROPERTY(TARGET App_HelloBulletRobotics PROPERTY FOLDER "Support/BulletPhysics") - #SET_PROPERTY(TARGET App_HelloWorld PROPERTY FOLDER "Support/BulletPhysics") - SET_PROPERTY(TARGET App_obj2sdf PROPERTY FOLDER "Support/BulletPhysics") - #SET_PROPERTY(TARGET App_PhysicsServer_SharedMemory PROPERTY FOLDER "Support/BulletPhysics") - #SET_PROPERTY(TARGET App_PhysicsServer_SharedMemory PROPERTY FOLDER "Support/BulletPhysics") - #SET_PROPERTY(TARGET App_PhysicsServer_SharedMemory_GUI PROPERTY FOLDER "Support/BulletPhysics") - #SET_PROPERTY(TARGET App_PhysicsServer_SharedMemory_VR PROPERTY FOLDER "Support/BulletPhysics") - #SET_PROPERTY(TARGET App_RobotSimulator PROPERTY FOLDER "Support/BulletPhysics") - #SET_PROPERTY(TARGET App_RobotSimulator_NoGUI PROPERTY FOLDER "Support/BulletPhysics") - #SET_PROPERTY(TARGET App_TwoJoint PROPERTY FOLDER "Support/BulletPhysics") - #SET_PROPERTY(TARGET AppBasicExampleGui PROPERTY FOLDER "Support/BulletPhysics") - SET_PROPERTY(TARGET Bullet2FileLoader PROPERTY FOLDER "Support/BulletPhysics") + SET_PROPERTY(TARGET App_obj2sdf PROPERTY FOLDER "Support/BulletPhysics") + SET_PROPERTY(TARGET Bullet2FileLoader PROPERTY FOLDER "Support/BulletPhysics") SET_PROPERTY(TARGET Bullet3Collision PROPERTY FOLDER "Support/BulletPhysics") SET_PROPERTY(TARGET Bullet3Common PROPERTY FOLDER "Support/BulletPhysics") SET_PROPERTY(TARGET Bullet3Dynamics PROPERTY FOLDER "Support/BulletPhysics") SET_PROPERTY(TARGET Bullet3Geometry PROPERTY FOLDER "Support/BulletPhysics") SET_PROPERTY(TARGET Bullet3OpenCL_clew PROPERTY FOLDER "Support/BulletPhysics") - #SET_PROPERTY(TARGET BulletExampleBrowserLib PROPERTY FOLDER "Support/BulletPhysics") SET_PROPERTY(TARGET BulletInverseDynamics PROPERTY FOLDER "Support/BulletPhysics") SET_PROPERTY(TARGET BulletInverseDynamicsUtils PROPERTY FOLDER "Support/BulletPhysics") SET_PROPERTY(TARGET BulletRobotics PROPERTY FOLDER "Support/BulletPhysics") - #SET_PROPERTY(TARGET BussIK PROPERTY FOLDER "Support/BulletPhysics") - #SET_PROPERTY(TARGET clsocket PROPERTY FOLDER "Support/BulletPhysics") - #SET_PROPERTY(TARGET gwen PROPERTY FOLDER "Support/BulletPhysics") - #SET_PROPERTY(TARGET OpenGLWindow PROPERTY FOLDER "Support/BulletPhysics") ENDIF() SET_PROPERTY(TARGET crnlib PROPERTY FOLDER "Support") @@ -358,15 +334,7 @@ IF(BUILD_OVERGROWTH) SET_PROPERTY(TARGET Detour PROPERTY FOLDER "Support/Recast") SET_PROPERTY(TARGET DetourCrowd PROPERTY FOLDER "Support/Recast") SET_PROPERTY(TARGET DetourTileCache PROPERTY FOLDER "Support/Recast") - - - IF(NOT CMAKE_SYSTEM_NAME STREQUAL "Linux") - #set_property(TARGET MiniCL PROPERTY FOLDER "Support/BulletPhysics") - #set_property(TARGET BulletMultiThreaded PROPERTY FOLDER "Support/BulletPhysics") - #set_property(TARGET BulletSoftBodySolvers_OpenCL_Mini PROPERTY FOLDER "Support/BulletPhysics") - ENDIF() - set_property(TARGET HACD PROPERTY FOLDER "Support/BulletPhysics") - #set_property(TARGET crnlib PROPERTY FOLDER "Support") + SET_PROPERTY(TARGET HACD PROPERTY FOLDER "Support/BulletPhysics") ENDIF() #Build external projects that don't have a CMakeLists file. -- cgit v1.2.3