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 097c0a3 commit 4dc2cbfCopy full SHA for 4dc2cbf
src/shady/CMakeLists.txt
@@ -93,7 +93,7 @@ set(SHADY_SOURCES
93
passes/spirv_lift_globals_ssbo.c
94
)
95
96
-add_library(shady SHARED ${SHADY_SOURCES})
+add_library(shady STATIC ${SHADY_SOURCES})
97
set_property(TARGET shady PROPERTY POSITION_INDEPENDENT_CODE ON)
98
99
if (WIN32)
0 commit comments