8000
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 5f79e03 commit 629da09Copy full SHA for 629da09
CMakeLists.txt
@@ -63,7 +63,7 @@ endmacro()
63
# This option decides if crunch is dynamically linked against libcrn.so
64
# statically linked against libcrn.o, enabling it always build libcrn.so.
65
# This option is a builtin CMake one, the name means “build executables
66
-# against shader libraries”, not “build the shared libraries”.
+# against shared libraries”, not “build the shared libraries”.
67
option(BUILD_SHARED_LIBS "Link executables against shared library" OFF)
68
# Always build libcrn.so even if crunch is linked to libcrn statically.
69
option(BUILD_SHARED_LIBCRN "Build shared libcrn" OFF)
0 commit comments