DarkflameServer/tests/CMakeLists.txt
2024-01-05 20:14:07 +01:00

12 lines
246 B
CMake

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