DarkflameServer/tests/CMakeLists.txt
2024-12-14 13:47:35 -06:00

11 lines
225 B
CMake

message (STATUS "Testing is enabled.")
enable_testing()
find_package(GoogleTest REQUIRED)
include(GoogleTest)
# Add the subdirectories
add_subdirectory(dCommonTests)
add_subdirectory(dECSTests)
add_subdirectory(dGameTests)