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.
1 parent d457d6a commit 9775b23Copy full SHA for 9775b23
CMakeLists.txt
@@ -9,6 +9,8 @@ project(Foundation
9
C)
10
enable_testing()
11
12
+option(BUILD_SHARED_LIBS "build shared libraries" ON)
13
+
14
option(FOUNDATION_ENABLE_LIBDISPATCH "Enable GCD Support" YES)
15
option(FOUNDATION_PATH_TO_LIBDISPATCH_SOURCE "Path to libdispatch source" "")
16
option(FOUNDATION_PATH_TO_LIBDISPATCH_BUILD "Path to libdispatch build" "")
0 commit comments