summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorsongyanchao <[email protected]>2023-06-14 02:01:07 +0000
committersongyanchao <[email protected]>2023-06-16 06:25:31 +0000
commitcadc74f6e1389b5ebbaa2b6d0b15c370bd1f2a1d (patch)
tree97c7f42f1103b8f94ae15f6be8c8859568cd2b13 /include
parentb9c8cd5ae622be17a9c16294795a3e69cefb2238 (diff)
🐎 ci(DPISDN-9): 添加多平台rpm打包流程
添加多平台rpm打包流程
Diffstat (limited to 'include')
-rw-r--r--include/CMakeLists.txt4
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)