We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 459cf3c commit c77d627Copy full SHA for c77d627
CMakeLists.txt
@@ -35,6 +35,9 @@ if ( USE_FREETYPE )
35
ucm_add_flags( -DUSE_FREETYPE )
36
endif()
37
38
+# https://github.com/mikesart/gpuvis/issues/17
39
+# From Pierre-Loup: Static is better for our usecase, since we do ad-hoc builds
40
+# that we distribute in SteamVR.
41
ucm_set_runtime( STATIC )
42
43
# https://codingnest.com/basic-cmake/#fnref6
0 commit comments