test using FetchContent for dependencies

This commit is contained in:
jadebenn
2024-11-20 21:12:11 -06:00
parent 53877a0bc3
commit b49e316296
24 changed files with 49 additions and 40 deletions

View File

@@ -6,7 +6,7 @@ set(DGAME_DGAMEMESSAGES_SOURCES
add_library(dGameMessages OBJECT ${DGAME_DGAMEMESSAGES_SOURCES})
target_link_libraries(dGameMessages
PUBLIC dDatabase
PUBLIC magic_enum tinyxml2 dDatabase
INTERFACE dGameBase # TradingManager
)
target_include_directories(dGameMessages PUBLIC "."