diff options
| author | luwenpeng <[email protected]> | 2024-09-20 18:41:07 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-09-20 18:41:32 +0800 |
| commit | b3ddebf7704a624ccfb41607f35f7a38732ff38a (patch) | |
| tree | 22b20aee6510271726ced13eb42af7854ac1d1f0 /CMakeLists.txt | |
| parent | 94f1913e3e4cabee1d93d6de446f489dcf45ca62 (diff) | |
refactor(main loop): compiled
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d8f7288..27c88ce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -87,4 +87,4 @@ add_subdirectory(include) add_subdirectory(test) install(DIRECTORY DESTINATION log COMPONENT PROGRAM) -install(DIRECTORY DESTINATION plugin COMPONENT PROGRAM)
\ No newline at end of file +install(DIRECTORY DESTINATION module COMPONENT PROGRAM)
\ No newline at end of file |
