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

@@ -23,7 +23,7 @@ add_custom_command(TARGET dGameTests POST_BUILD
WORKING_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY})
endif()
target_link_libraries(dGameTests ${COMMON_LIBRARIES} GTest::gtest_main
target_link_libraries(dGameTests ${COMMON_LIBRARIES} magic_enum GTest::gtest_main
dGame dScripts dPhysics Detour Recast tinyxml2 dWorldServer dZoneManager dChatFilter dNavigation)
# Discover the tests