Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/devel/ChipmunkPhysics/files/patch-demo_CMakeLists.txt
16124 views
1
--- demo/CMakeLists.txt.orig 2015-08-29 18:52:41 UTC
2
+++ demo/CMakeLists.txt
3
@@ -40,6 +40,10 @@ if(NOT MSVC)
4
list(APPEND chipmunk_demos_libraries m)
5
endif(NOT MSVC)
6
7
+if(NOT APPLE AND FORCE_CLANG_BLOCKS)
8
+ list(APPEND chipmunk_demos_libraries BlocksRuntime)
9
+endif(NOT APPLE AND FORCE_CLANG_BLOCKS)
10
+
11
file(GLOB chipmunk_demos_source_files "*.c")
12
13
include_directories(${chipmunk_demos_include_dirs})
14
15