mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-22 02:12:45 +01:00
cmake: add optional rwtools directory
This commit is contained in:
parent
99dca06dbc
commit
1bde51a155
@ -78,6 +78,9 @@ if(BUILD_TESTS)
|
||||
include(CTest)
|
||||
add_subdirectory(tests)
|
||||
endif()
|
||||
if(BUILD_TOOLS)
|
||||
add_subdirectory(rwtools)
|
||||
endif()
|
||||
|
||||
# Copy the license to the install directory
|
||||
install(FILES COPYING
|
||||
|
@ -1,5 +1,6 @@
|
||||
option(RW_VERBOSE_DEBUG_MESSAGES "Print verbose debugging messages" ON)
|
||||
|
||||
option(BUILD_TOOLS "Build tools")
|
||||
option(BUILD_TESTS "Build test suite")
|
||||
option(BUILD_VIEWER "Build GUI data viewer")
|
||||
|
||||
|
0
rwtools/CMakeLists.txt
Normal file
0
rwtools/CMakeLists.txt
Normal file
Loading…
Reference in New Issue
Block a user