mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2024-11-23 15:48:03 -05:00
ensure C runtime is built into rebld.dll
This commit is contained in:
parent
19687f9892
commit
be075f8f4b
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ add_library(Rebld SHARED
|
|||
lib/worker.cpp
|
||||
lib/worker.h
|
||||
)
|
||||
target_compile_options(Rebld PRIVATE /MT)
|
||||
target_link_libraries(Rebld PRIVATE winmm.lib)
|
||||
|
||||
# Add property grid
|
||||
|
|
Loading…
Reference in a new issue