1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-15 15:02:34 +02:00

cmake: enable testing using ctest

This commit is contained in:
Anonymous Maarten 2017-10-26 06:35:22 +02:00 committed by Daniel Evans
parent 63d7898aa1
commit 6f45bda04e

View File

@ -133,6 +133,7 @@ if(BUILD_VIEWER)
add_subdirectory(rwviewer)
endif()
if(BUILD_TESTS)
enable_testing()
add_subdirectory(tests)
endif()