mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-27 07:57:21 +00:00
12 lines
246 B
CMake
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)
|