diff options
| author | yangwei <[email protected]> | 2019-09-16 09:59:49 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2019-09-16 09:59:49 +0800 |
| commit | 1f9fc661527609dc5100fbbec44fc03b80c6c4d0 (patch) | |
| tree | de737011fa7e2c581c1dbced2453b6ebe1794ddb | |
| parent | 635bb180bf48e940e9b18d20fe17ba95dc89da71 (diff) | |
更新cmakelist中zlog头文件目录Feature-zlog
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d6886a..69364bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ endif() # end of for ASAN include_directories(${PROJECT_SOURCE_DIR}/inc/) -include_directories(${PROJECT_SOURCE_DIR}/zlog/src/) +include_directories(${PROJECT_SOURCE_DIR}/zlog/) add_subdirectory(zlog) |
