|
|
|
|
@ -21,7 +21,6 @@ set(libdevilutionx_SRCS
|
|
|
|
|
loadsave.cpp |
|
|
|
|
menu.cpp |
|
|
|
|
minitext.cpp |
|
|
|
|
misdat.cpp |
|
|
|
|
missiles.cpp |
|
|
|
|
movie.cpp |
|
|
|
|
msg.cpp |
|
|
|
|
@ -31,9 +30,7 @@ set(libdevilutionx_SRCS
|
|
|
|
|
portal.cpp |
|
|
|
|
restrict.cpp |
|
|
|
|
sync.cpp |
|
|
|
|
textdat.cpp |
|
|
|
|
tmsg.cpp |
|
|
|
|
townerdat.cpp |
|
|
|
|
towners.cpp |
|
|
|
|
track.cpp |
|
|
|
|
|
|
|
|
|
@ -156,6 +153,11 @@ set(libdevilutionx_SRCS
|
|
|
|
|
|
|
|
|
|
storm/storm_net.cpp |
|
|
|
|
storm/storm_svid.cpp |
|
|
|
|
|
|
|
|
|
tables/misdat.cpp |
|
|
|
|
tables/textdat.cpp |
|
|
|
|
tables/townerdat.cpp |
|
|
|
|
|
|
|
|
|
utils/display.cpp |
|
|
|
|
utils/language.cpp |
|
|
|
|
utils/sdl_bilinear_scale.cpp |
|
|
|
|
@ -486,7 +488,7 @@ target_link_dependencies(libdevilutionx_logged_fstream PUBLIC
|
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
add_devilutionx_object_library(libdevilutionx_items |
|
|
|
|
itemdat.cpp |
|
|
|
|
tables/itemdat.cpp |
|
|
|
|
items.cpp |
|
|
|
|
) |
|
|
|
|
target_link_dependencies(libdevilutionx_items PUBLIC |
|
|
|
|
@ -523,7 +525,7 @@ target_link_libraries(libdevilutionx_log INTERFACE
|
|
|
|
|
target_sources(libdevilutionx_log INTERFACE $<TARGET_OBJECTS:libdevilutionx_strings>) |
|
|
|
|
|
|
|
|
|
add_devilutionx_object_library(libdevilutionx_level_objects |
|
|
|
|
objdat.cpp |
|
|
|
|
tables/objdat.cpp |
|
|
|
|
objects.cpp |
|
|
|
|
) |
|
|
|
|
target_link_dependencies(libdevilutionx_level_objects PUBLIC |
|
|
|
|
@ -540,7 +542,7 @@ target_link_dependencies(libdevilutionx_level_objects PUBLIC
|
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
add_devilutionx_object_library(libdevilutionx_monster |
|
|
|
|
monstdat.cpp |
|
|
|
|
tables/monstdat.cpp |
|
|
|
|
monster.cpp |
|
|
|
|
) |
|
|
|
|
target_link_dependencies(libdevilutionx_monster |
|
|
|
|
@ -644,7 +646,7 @@ endif()
|
|
|
|
|
|
|
|
|
|
add_devilutionx_object_library(libdevilutionx_player |
|
|
|
|
player.cpp |
|
|
|
|
playerdat.cpp |
|
|
|
|
tables/playerdat.cpp |
|
|
|
|
) |
|
|
|
|
target_link_dependencies(libdevilutionx_player |
|
|
|
|
PUBLIC |
|
|
|
|
@ -676,7 +678,7 @@ add_devilutionx_object_library(libdevilutionx_quick_messages
|
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
add_devilutionx_object_library(libdevilutionx_spells |
|
|
|
|
spelldat.cpp |
|
|
|
|
tables/spelldat.cpp |
|
|
|
|
spells.cpp |
|
|
|
|
) |
|
|
|
|
target_link_dependencies(libdevilutionx_spells PUBLIC |
|
|
|
|
|