Skip to content
Snippets Groups Projects
Commit 202dd5a0 authored by Alexander Gauggel's avatar Alexander Gauggel
Browse files

changed library to static, because VS wants extra macro work for dynamic libraries

parent 7187fee1
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ if (vkcv_directories)
include_directories(${vkcv_directories})
endif()
add_library(vkcv SHARED ${vkcv_sources})
add_library(vkcv STATIC ${vkcv_sources})
if(MSVC)
#enable multicore compilation on visual studio
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment