This commit is contained in:
parent
589abe65d1
commit
6091c3f3c2
3 changed files with 30 additions and 0 deletions
|
|
@ -290,6 +290,10 @@ add_library(smacker STATIC
|
|||
3rdParty/libsmacker/smacker.c)
|
||||
target_include_directories(smacker PUBLIC 3rdParty/libsmacker)
|
||||
|
||||
if(WIN32)
|
||||
add_subdirectory(3rdParty/find_steam_game)
|
||||
endif()
|
||||
|
||||
add_subdirectory(3rdParty/simpleini)
|
||||
|
||||
add_library(StormLib STATIC
|
||||
|
|
@ -645,6 +649,10 @@ target_link_libraries(libdevilutionx PUBLIC
|
|||
smacker
|
||||
simpleini)
|
||||
|
||||
if(WIN32)
|
||||
target_link_libraries(libdevilutionx PUBLIC find_steam_game)
|
||||
endif()
|
||||
|
||||
if(NOT NONET)
|
||||
if(NOT DISABLE_TCP)
|
||||
target_link_libraries(libdevilutionx PUBLIC asio)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue