diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2016-09-16 12:51:55 +0200 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2016-09-16 12:51:55 +0200 |
| commit | 0839439b73a3c9c0c8a1e685eafc911e179fdf61 (patch) | |
| tree | 9ceaab6990de388ba1873909e92e87a11ab6e2bc /CMakeLists.txt | |
| parent | e2f05c7f2eb6a7e090a2deeddfc3dcb8d92234f4 (diff) | |
| download | openwar-0839439b73a3c9c0c8a1e685eafc911e179fdf61.tar.gz openwar-0839439b73a3c9c0c8a1e685eafc911e179fdf61.tar.bz2 openwar-0839439b73a3c9c0c8a1e685eafc911e179fdf61.zip | |
Added wubwubcmake and the asan configuration flags in the CMakeLists.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d226fea..47043ab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,10 +1,12 @@ cmake_minimum_required(VERSION 3.5.2) -list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules) +list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules ${CMAKE_CURRENT_SOURCE_DIR}/wubwubcmake) list(APPEND CMAKE_PREFIX_PATH ${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules) project(openwar) +include(sanitizers) + add_subdirectory(fusion-utils) add_subdirectory(binparse) add_subdirectory(mz) |
