mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-22 02:12:45 +01:00
cmake: enable testing using ctest
This commit is contained in:
parent
63d7898aa1
commit
6f45bda04e
@ -133,6 +133,7 @@ if(BUILD_VIEWER)
|
||||
add_subdirectory(rwviewer)
|
||||
endif()
|
||||
if(BUILD_TESTS)
|
||||
enable_testing()
|
||||
add_subdirectory(tests)
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user