diff options
| author | 刘学利 <[email protected]> | 2019-05-13 14:57:03 +0800 |
|---|---|---|
| committer | 刘学利 <[email protected]> | 2019-05-13 14:57:03 +0800 |
| commit | 9e1b6bd582e2d225cd22c4ff9b1780c534ef7c53 (patch) | |
| tree | 355d51835b65bc8804ca257d3683beb2640519f4 /CMakeLists.txt | |
| parent | 7861d82de5d0c630d8fd7a4575655b25d85d4839 (diff) | |
Update CMakeLists.txt;增加安装库文件
Diffstat (limited to 'CMakeLists.txt')
| -rwxr-xr-x | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 687a08b..a679d0e 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ set(lib_name MESA_field_stat2) project (${lib_name}) set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake) -#include(Version) +include(Version) set(CMAKE_MACOSX_RPATH 0) |
