summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author刘学利 <[email protected]>2019-05-15 21:12:05 +0800
committer刘学利 <[email protected]>2019-05-15 21:12:05 +0800
commit863280915aa449b4628ccce2af1711934c6826b5 (patch)
treefd2201372bb62207c511905bece84cf245a44c22
parentaa4867f2db899b24e9665f215430b37b2b6a309c (diff)
parentf0cff3eff85011d4d1d44b1aaaddf3cd5a8a0584 (diff)
Merge branch 'patch-1' into 'master'
Update CMakeLists.txt;增加安装Filed_stat2.h头文件 See merge request MESA_framework/FieldStat2!15
-rwxr-xr-xCMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4e83c16..4511f70 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -46,6 +46,8 @@ add_library(${lib_name}_static STATIC ${SRC})
set_target_properties(${lib_name}_static PROPERTIES OUTPUT_NAME ${lib_name})
install(TARGETS ${lib_name}_shared ${lib_name}_static DESTINATION ${CMAKE_INSTALL_PREFIX}/lib)
+install(FILES inc/field_stat2.h DESTINATION ${CMAKE_INSTALL_PREFIX}/include/MESA COMPONENT devel)
+
file(GLOB DEMO