You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,7 @@ endif()
97
97
cmake_dependent_option(BUILD_SHARED_LIBS"Build and install libprojectM as a shared libraries. If OFF, builds as static libraries."ON"NOT ENABLE_EMSCRIPTEN"OFF)
98
98
cmake_dependent_option(ENABLE_GLES"Enable OpenGL ES support"OFF"NOT ENABLE_EMSCRIPTEN AND NOT CMAKE_SYSTEM_NAME STREQUAL Android"ON)
99
99
cmake_dependent_option(ENABLE_INSTALL"Enable installing projectM libraries and headers."OFF"NOT PROJECT_IS_TOP_LEVEL"ON)
100
+
cmake_dependent_option(ENABLE_MACOS_FRAMEWORK"Build as macOS Framework bundles instead of plain shared libraries."OFF"CMAKE_SYSTEM_NAME STREQUAL Darwin AND BUILD_SHARED_LIBS"OFF)
100
101
101
102
# Experimental/unsupported features
102
103
option(ENABLE_CXX_INTERFACE"Enable exporting C++ symbols for ProjectM and PCM classes, not only the C API. Warning: This is not very portable."OFF)
0 commit comments