mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-19 21:10:12 +02:00
Reverted launcher change: launcher should use shared version of libvcmi
This commit is contained in:
parent
4e43f5bdc2
commit
e09f42f487
@ -93,7 +93,6 @@ endif()
|
||||
|
||||
if(ENABLE_SINGLE_APP_BUILD)
|
||||
add_library(vcmilauncher STATIC ${launcher_SRCS} ${launcher_HEADERS} ${launcher_UI_HEADERS})
|
||||
target_compile_definitions(vcmilauncher PUBLIC VCMI_DLL_STATIC=1)
|
||||
else()
|
||||
add_executable(vcmilauncher WIN32 ${launcher_SRCS} ${launcher_HEADERS} ${launcher_UI_HEADERS} ${launcher_ICON})
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user