aboutsummaryrefslogtreecommitdiff
path: root/PxShared/src/compiler/cmake/windows/PxTask.cmake
diff options
context:
space:
mode:
authorMarijn Tamis <[email protected]>2019-04-01 14:21:09 +0200
committerMarijn Tamis <[email protected]>2019-04-01 14:21:09 +0200
commitd243404d4ba88bcf53f7310cc8980b4efe38c19f (patch)
treedcc8ce2904e9f813e03f71f825c4d3c9ec565d91 /PxShared/src/compiler/cmake/windows/PxTask.cmake
parentAdd new SetSpheres and SetPlanes api's to bring them in line with setTriangles. (diff)
downloadnvcloth-1.1.6.tar.xz
nvcloth-1.1.6.zip
1.1.6 Release.1.1.6
Diffstat (limited to 'PxShared/src/compiler/cmake/windows/PxTask.cmake')
-rw-r--r--PxShared/src/compiler/cmake/windows/PxTask.cmake19
1 files changed, 0 insertions, 19 deletions
diff --git a/PxShared/src/compiler/cmake/windows/PxTask.cmake b/PxShared/src/compiler/cmake/windows/PxTask.cmake
deleted file mode 100644
index 32d4b39..0000000
--- a/PxShared/src/compiler/cmake/windows/PxTask.cmake
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# Build PxTask
-#
-
-SET(PXSHARED_SOURCE_DIR ${PROJECT_SOURCE_DIR}/../../../../src)
-
-SET(PXTASK_COMPILE_DEFS
- ${PXSHARED_WINDOWS_COMPILE_DEFS};_LIB
-
- $<$<CONFIG:debug>:${PXSHARED_WINDOWS_DEBUG_COMPILE_DEFS};>
- $<$<CONFIG:checked>:${PXSHARED_WINDOWS_CHECKED_COMPILE_DEFS};>
- $<$<CONFIG:profile>:${PXSHARED_WINDOWS_PROFILE_COMPILE_DEFS};>
- $<$<CONFIG:release>:${PXSHARED_WINDOWS_RELEASE_COMPILE_DEFS};>
-)
-
-SET(PXTASK_LIBTYPE STATIC)
-
-# include PxTask common
-INCLUDE(../common/PxTask.cmake)