diff options
| author | liuchang <[email protected]> | 2023-03-22 12:47:22 +0000 |
|---|---|---|
| committer | liuchang <[email protected]> | 2023-03-22 12:47:22 +0000 |
| commit | 16528f0f938ccbaad67491f83bbaa54c773b5e19 (patch) | |
| tree | 0343ad90c0f85d499014b8ae11aefde74b3ac118 /CMakeLists.txt | |
| parent | 69e07b600b2d5f2b20910743dee4863d90155145 (diff) | |
add package aboutv0.0.0
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7203df1..5d1afbd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,8 +56,8 @@ add_custom_target("install-program" COMMAND ${CMAKE_COMMAND} ARGS -DCOMPONENT=Pr add_custom_target("install-profile" COMMAND ${CMAKE_COMMAND} ARGS -DCOMPONENT=Profile -P cmake_install.cmake) enable_testing() -#add_subdirectory(conf) +add_subdirectory(conf) add_subdirectory(vendor) add_subdirectory(common) add_subdirectory(shaping) -#add_subdirectory(test) +add_subdirectory(script) |
