diff options
| author | songyanchao <[email protected]> | 2023-06-14 02:01:07 +0000 |
|---|---|---|
| committer | songyanchao <[email protected]> | 2023-06-16 06:25:31 +0000 |
| commit | cadc74f6e1389b5ebbaa2b6d0b15c370bd1f2a1d (patch) | |
| tree | 97c7f42f1103b8f94ae15f6be8c8859568cd2b13 /include/CMakeLists.txt | |
| parent | b9c8cd5ae622be17a9c16294795a3e69cefb2238 (diff) | |
🐎 ci(DPISDN-9): 添加多平台rpm打包流程
添加多平台rpm打包流程
Diffstat (limited to 'include/CMakeLists.txt')
| -rw-r--r-- | include/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 8fed775..62ab110 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -1,2 +1,2 @@ -install(FILES external/marsio.h DESTINATION include COMPONENT Program)
-install(FILES external/mrtunnat.h DESTINATION include COMPONENT Program)
\ No newline at end of file +install(FILES external/marsio.h DESTINATION ${MR_INSTALL_INCLUDEDIR} COMPONENT Program) +install(FILES external/mrtunnat.h DESTINATION ${MR_INSTALL_INCLUDEDIR} COMPONENT Program) |
