mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-11 18:51:16 +00:00
parent
d9d9880d8b
commit
10986376cb
@ -592,6 +592,10 @@ if (MSVC_FOR_DECOMP)
|
||||
set_property(TARGET isle ${lego1_targets} PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
|
||||
endif()
|
||||
|
||||
if (ISLE_BUILD_CONFIG)
|
||||
target_link_libraries(config PRIVATE mfc42)
|
||||
endif()
|
||||
|
||||
if (ISLE_INCLUDE_ENTROPY)
|
||||
message(STATUS "Using entropy file: ${ISLE_ENTROPY_FILENAME}")
|
||||
foreach(tgt IN LISTS lego1_targets beta10_targets)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user