Files
DarkflameServer/tests/CMakeLists.txt

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(dGameTests)
add_subdirectory(dNetTests)