summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author刘学利 <[email protected]>2020-09-05 12:32:12 +0800
committer刘学利 <[email protected]>2020-09-05 12:32:12 +0800
commit7c4d71f20225742d9f986f68178050f134d277bd (patch)
tree158372c5a273bca25d5c464c82c2c5c5607b3dfe
parent9512b1684cc775fb47b7300907775298e9dd7a71 (diff)
Update CMakeLists.txtv1.0.4
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f55b1c4..01ef833 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,6 +18,6 @@ add_subdirectory(src)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/src/libtsglua.so DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/ COMPONENT LIBRARY)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/src/libtsglua.a DESTINATION ${CMAKE_INSTALL_PREFIX}/lib COMPONENT LIBRARY)
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/src/tsg_lua_interface.h DESTINATION ${CMAKE_INSTALL_PREFIX}/include/MESA COMPONENT HEADER)
+install(FILES ./src/tsg_lua_interface.h DESTINATION ${CMAKE_INSTALL_PREFIX}/include/MESA COMPONENT HEADER)
include(Package) \ No newline at end of file