diff options
| author | luwenpeng <[email protected]> | 2024-04-16 14:12:41 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-04-16 14:13:42 +0800 |
| commit | d878849c3a86906d379c4cfc7f283b4011dc31ed (patch) | |
| tree | 6077eb465f2365140d567821141c865292c16914 /CMakeLists.txt | |
| parent | 17f5d338de2aa48255c1c2b2996b1cacb0d10a71 (diff) | |
Stellar output statistics
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 5 |
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 |
