mirror of
https://github.com/rwengine/openrw.git
synced 2025-04-29 05:18:04 +03:00
cmake: add optional rwtools directory
This commit is contained in:
parent
99dca06dbc
commit
1bde51a155
3 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue