aboutsummaryrefslogtreecommitdiff
path: root/PxShared/src/compiler/cmake/Android/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/Android/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/Android/PxTask.cmake')
-rw-r--r--PxShared/src/compiler/cmake/Android/PxTask.cmake24
1 files changed, 0 insertions, 24 deletions
diff --git a/PxShared/src/compiler/cmake/Android/PxTask.cmake b/PxShared/src/compiler/cmake/Android/PxTask.cmake
deleted file mode 100644
index eabe075..0000000
--- a/PxShared/src/compiler/cmake/Android/PxTask.cmake
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# Build PxTask
-#
-
-SET(PXSHARED_SOURCE_DIR ${PROJECT_SOURCE_DIR}/../../../../src)
-
-SET(LL_SOURCE_DIR ${PXSHARED_SOURCE_DIR}/task)
-
-SET(PXTASK_COMPILE_DEFS
- ${PXSHARED_ANDROID_COMPILE_DEFS};PxShared_STATIC_LIB;
-
- $<$<CONFIG:debug>:${PXSHARED_ANDROID_DEBUG_COMPILE_DEFS};>
- $<$<CONFIG:checked>:${PXSHARED_ANDROID_CHECKED_COMPILE_DEFS};>
- $<$<CONFIG:profile>:${PXSHARED_ANDROID_PROFILE_COMPILE_DEFS};>
- $<$<CONFIG:release>:${PXSHARED_ANDROID_RELEASE_COMPILE_DEFS};>
-)
-
-SET(PXTASK_LIBTYPE OBJECT)
-
-# include PxTask common
-INCLUDE(../common/PxTask.cmake)
-
-# enable -fPIC so we can link static libs with the editor
-SET_TARGET_PROPERTIES(PxTask PROPERTIES POSITION_INDEPENDENT_CODE TRUE)