DarkflameServer/tests/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
246 B
CMake
Raw Normal View History

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)