summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
author刘学利 <[email protected]>2019-05-13 14:57:03 +0800
committer刘学利 <[email protected]>2019-05-13 14:57:03 +0800
commit9e1b6bd582e2d225cd22c4ff9b1780c534ef7c53 (patch)
tree355d51835b65bc8804ca257d3683beb2640519f4 /CMakeLists.txt
parent7861d82de5d0c630d8fd7a4575655b25d85d4839 (diff)
Update CMakeLists.txt;增加安装库文件
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-xCMakeLists.txt2
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)