mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-29 23:10:06 +00:00
Address sanitizer options
This commit is contained in:
parent
a88cd27d8b
commit
67f74d9ede
3 changed files with 25 additions and 0 deletions
|
|
@ -41,6 +41,8 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DBOOST_ALL_NO_LIB")
|
|||
set(SCWX_DIR ${PROJECT_SOURCE_DIR})
|
||||
set(SCWX_VERSION "0.2.2")
|
||||
|
||||
option(SCWX_ADDRESS_SANITIZER "Build with Address Sanitizer" OFF)
|
||||
|
||||
add_subdirectory(external)
|
||||
add_subdirectory(wxdata)
|
||||
add_subdirectory(scwx-qt)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue