diff options
| author | zhengchao <[email protected]> | 2018-09-23 15:25:20 +0800 |
|---|---|---|
| committer | zhengchao <[email protected]> | 2018-09-23 15:25:20 +0800 |
| commit | 931265e8b2117d421862da0c4cda0b4cee8d84f5 (patch) | |
| tree | fd765d171e4c6ca15f0c11900878f170e798e942 /CMakeLists.txt | |
| parent | ef6c330f69cb2cebe117efd62316caaf381461be (diff) | |
增加cmake install,删除冗余cmake语句。
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ed7a4a..4622694 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,10 @@ cmake_minimum_required (VERSION 2.6) project (maatframe) +set(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} -Wall) +include_directories(${PROJECT_SOURCE_DIR}/inc/) +include_directories(/opt/MESA/include/MESA/) + add_subdirectory (src) add_subdirectory (test) add_subdirectory (tools) + |
