mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-29 23:10:06 +00:00
Disable documentation features. This has been moved to supercell-wx-docs.
This commit is contained in:
parent
d955c39d15
commit
2af6993d1a
2 changed files with 0 additions and 9 deletions
|
|
@ -33,13 +33,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DBOOST_ALL_NO_LIB")
|
|||
set(SCWX_DIR ${PROJECT_SOURCE_DIR})
|
||||
set(SCWX_VERSION "0.0.1")
|
||||
|
||||
option(BUILD_DOCS "Build documentation" OFF)
|
||||
|
||||
add_subdirectory(external)
|
||||
add_subdirectory(wxdata)
|
||||
add_subdirectory(scwx-qt)
|
||||
add_subdirectory(test)
|
||||
|
||||
if(BUILD_DOCS)
|
||||
add_subdirectory(docs)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue