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 9891327 commit ea11bd2Copy full SHA for ea11bd2
ext/CMakeLists.txt
@@ -5,7 +5,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
5
6
# Setup ruby extension
7
project(BitmapPlusPlus LANGUAGES CXX)
8
-add_library (${CMAKE_PROJECT_NAME} SHARED)
+add_library (${CMAKE_PROJECT_NAME} MODULE)
9
10
# Link to Rice git repo
11
include(FetchContent)
0 commit comments