summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2024-05-24 16:41:05 +0800
committerluwenpeng <[email protected]>2024-05-24 16:41:51 +0800
commit94fc1af6bd4e12c67deef94423775cd2e0aecf38 (patch)
tree109d2aefa154c2c1f27e213ebc0df581e14d9f61 /CMakeLists.txt
parent6c1f9d390ce951c37edc05c299d818f3636f0542 (diff)
Install header files during rpm install
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9a44129..cb34586 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -60,6 +60,7 @@ add_subdirectory(vendor)
add_subdirectory(deps)
add_subdirectory(src)
add_subdirectory(script)
+add_subdirectory(include)
add_subdirectory(test)
install(DIRECTORY DESTINATION log) \ No newline at end of file