mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Make this compatible to build on window
This commit is contained in:
parent
2cfa9d6b19
commit
590131590c
1 changed files with 3 additions and 0 deletions
|
|
@ -589,6 +589,9 @@ if(STORMLIB_LIBRARY AND STORMLIB_INCLUDE_DIR)
|
||||||
ZLIB::ZLIB
|
ZLIB::ZLIB
|
||||||
Threads::Threads
|
Threads::Threads
|
||||||
)
|
)
|
||||||
|
if(WIN32)
|
||||||
|
target_link_libraries(asset_extract PRIVATE wininet bz2)
|
||||||
|
endif()
|
||||||
set_target_properties(asset_extract PROPERTIES
|
set_target_properties(asset_extract PROPERTIES
|
||||||
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin
|
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue