diff options
| author | 刘学利 <[email protected]> | 2019-05-15 21:08:51 +0800 |
|---|---|---|
| committer | 刘学利 <[email protected]> | 2019-05-15 21:08:51 +0800 |
| commit | c43a146ad6f6a7157f0424aaff3c049b4c7beb60 (patch) | |
| tree | 287ccb0b152b622712d1aca024386773dfc8951b | |
| parent | aa4867f2db899b24e9665f215430b37b2b6a309c (diff) | |
Update CMakeLists.txt;增加安装Filed_stat2.h头文件
| -rwxr-xr-x | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e83c16..17f52ac 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/filed_stat2.h DESTINATION ${CMAKE_INSTALL_PREFIX}/include/MESA COMPONENT devel) + file(GLOB DEMO |
