mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-12-22 13:33:35 +00:00
8b56b0b7ba
* mac stuff grab correct mariadb file and dont override env variable fix for unix Update CMakeLists.txt unix only * get that dylib
10 lines
197 B
CMake
10 lines
197 B
CMake
message (STATUS "Testing is enabled.")
|
|
enable_testing()
|
|
|
|
find_package(GoogleTest REQUIRED)
|
|
include(GoogleTest)
|
|
|
|
# Add the subdirectories
|
|
add_subdirectory(dCommonTests)
|
|
add_subdirectory(dGameTests)
|