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 35c8a2c commit f4131d3Copy full SHA for f4131d3
CMakeLists.txt
@@ -16,6 +16,11 @@ set(CMAKE_CXX_STANDARD 17)
16
set(CMAKE_CXX_STANDARD_REQUIRED ON)
17
set(CMAKE_CXX_EXTENSIONS OFF)
18
19
+option(
20
+ BUILD_SHARED_LIBS
21
+ "Build shared library dependencies instead of static."
22
+ OFF)
23
+
24
# Build static and dynamic lib written in Rust by invoking `cargo`.
25
add_subdirectory(corrosion)
26
corrosion_import_crate(
0 commit comments