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 | |
| 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.
| -rw-r--r-- | .gitmodules | 3 | ||||
| -rw-r--r-- | CMakeLists.txt | 4 | ||||
| m--------- | wubwubcmake | 0 |
3 files changed, 6 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e66c826 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "wubwubcmake"] + path = wubwubcmake + url = git@github.com:nicknick/wubwubcmake.git 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) diff --git a/wubwubcmake b/wubwubcmake new file mode 160000 +Subproject 056ae6f54cb420e2d033338ab011fd9b1cfe04e |
