diff options
| author | liuwentan <[email protected]> | 2022-11-25 16:32:29 +0800 |
|---|---|---|
| committer | liuwentan <[email protected]> | 2022-11-25 16:32:29 +0800 |
| commit | 7e6d131c9eb21afd27484c7fa85f737abfce64cf (patch) | |
| tree | 048a0fdbbce17ea08b3c18c9cc414825195ccfc9 /CMakeLists.txt | |
| parent | 2a83517894cdef357cffdfe6e0e5cb4f986d8d9a (diff) | |
framework work well
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f524e1..3966239 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(maatframe) include_directories(${PROJECT_SOURCE_DIR}/include) set(CMAKE_C_FLAGS "-std=gnu99 -Wall") -set(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} "-Wall") +set(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} -Wall) include_directories(include) @@ -13,4 +13,5 @@ enable_testing() #add_subdirectory(source_dir [binary_dir] [EXCLUDE_FROM_ALL]) add_subdirectory(vendor) add_subdirectory(src) -add_subdirectory(test)
\ No newline at end of file +add_subdirectory(test) +add_subdirectory(scanner)
\ No newline at end of file |
