We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
add_subdirectory
1 parent a1b9319 commit 631053dCopy full SHA for 631053d
CMakeLists.txt
@@ -330,6 +330,9 @@ add_subdirectory(dispatch)
330
add_subdirectory(man)
331
add_subdirectory(os)
332
add_subdirectory(private)
333
+if(NOT APPLE)
334
+ add_subdirectory(src/BlocksRuntime)
335
+endif()
336
add_subdirectory(src)
337
if(BUILD_TESTING)
338
add_subdirectory(tests)
src/CMakeLists.txt
@@ -1,8 +1,4 @@
1
2
-if(NOT APPLE)
3
- add_subdirectory(BlocksRuntime)
4
-endif()
5
-
6
add_library(dispatch
7
allocator.c
8
apply.c
0 commit comments