summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2024-04-16 14:12:41 +0800
committerluwenpeng <[email protected]>2024-04-16 14:13:42 +0800
commitd878849c3a86906d379c4cfc7f283b4011dc31ed (patch)
tree6077eb465f2365140d567821141c865292c16914 /CMakeLists.txt
parent17f5d338de2aa48255c1c2b2996b1cacb0d10a71 (diff)
Stellar output statistics
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6ab4eaa..160c1bb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -58,4 +58,7 @@ enable_testing()
add_subdirectory(conf)
add_subdirectory(vendor)
add_subdirectory(deps)
-add_subdirectory(src) \ No newline at end of file
+add_subdirectory(src)
+add_subdirectory(script)
+
+install(DIRECTORY DESTINATION log) \ No newline at end of file