diff options
Diffstat (limited to 'NvCloth/compiler/cmake/Linux')
| -rw-r--r-- | NvCloth/compiler/cmake/Linux/CMakeLists.txt | 6 | ||||
| -rw-r--r-- | NvCloth/compiler/cmake/Linux/NvCloth.cmake | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/NvCloth/compiler/cmake/Linux/CMakeLists.txt b/NvCloth/compiler/cmake/Linux/CMakeLists.txt index 9425dde..d6c8db6 100644 --- a/NvCloth/compiler/cmake/Linux/CMakeLists.txt +++ b/NvCloth/compiler/cmake/Linux/CMakeLists.txt @@ -1,9 +1,9 @@ cmake_minimum_required(VERSION 3.3) -MESSAGE("[NvCloth]cmake/Linux/CMakeList.txt") +MESSAGE("[NvCloth]cmake/linux/CMakeList.txt") include(../common/CMakeLists.txt) -IF(NOT DEFINED TARGET_BUILD_PLATFORM) # Not defined, default to Linux +IF(NOT DEFINED TARGET_BUILD_PLATFORM) # Not defined, default to linux SET(TARGET_BUILD_PLATFORM "linux") ENDIF() @@ -33,7 +33,7 @@ SET(CMAKE_CXX_FLAGS_RELEASE "-std=c++11 -O3 -g") # Controls PX_NVTX for all projects on linux SET(PHYSX_LINUX_ENABLE_NVTX 0) -# Disable cuda and dx for all projects on Linux +# Disable cuda and dx for all projects on linux SET(PHYSX_LINUX_COMPILE_DEFS DISABLE_COMPUTE_PHYSX) SET(PHYSX_LINUX_DEBUG_COMPILE_DEFS _DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=${PHYSX_MAC_ENABLE_NVTX};PX_SUPPORT_PVD=0) SET(PHYSX_LINUX_CHECKED_COMPILE_DEFS NDEBUG;PX_CHECKED=1;PX_NVTX=${PHYSX_MAC_ENABLE_NVTX};PX_SUPPORT_PVD=0) diff --git a/NvCloth/compiler/cmake/Linux/NvCloth.cmake b/NvCloth/compiler/cmake/Linux/NvCloth.cmake index f1b19d0..19038c6 100644 --- a/NvCloth/compiler/cmake/Linux/NvCloth.cmake +++ b/NvCloth/compiler/cmake/Linux/NvCloth.cmake @@ -2,7 +2,7 @@ # Build NvCloth (PROJECT not SOLUTION) # -MESSAGE("[NvCloth]cmake/Linux/NvCloth.cmake") +MESSAGE("[NvCloth]cmake/linux/NvCloth.cmake") SET(GW_DEPS_ROOT $ENV{GW_DEPS_ROOT}) FIND_PACKAGE(PxShared REQUIRED) @@ -56,4 +56,4 @@ SET_TARGET_PROPERTIES(NvCloth PROPERTIES # enable -fPIC so we can link static libs with the editor SET_TARGET_PROPERTIES(NvCloth PROPERTIES POSITION_INDEPENDENT_CODE TRUE) -MESSAGE("[NvCloth]cmake/Linux/NvCloth.cmake END")
\ No newline at end of file +MESSAGE("[NvCloth]cmake/linux/NvCloth.cmake END")
\ No newline at end of file |