diff options
| author | pengxuanzheng <[email protected]> | 2020-09-01 19:30:12 +0800 |
|---|---|---|
| committer | pengxuanzheng <[email protected]> | 2020-09-01 19:30:12 +0800 |
| commit | e009d14697bd886830366d185b574ea563db1ee1 (patch) | |
| tree | 4b1598508a4e5575a4fe3a35b78d33721959389c /CMakeLists.txt | |
| parent | 08437b97b9ff6d2069068cca815df1af4c6b7363 (diff) | |
Update CMakeLists.txt
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 763fba1..afe6e08 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,6 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g") set(CMAKE_INSTALL_PREFIX /home/mesasoft/sapp_run) add_subdirectory(3rd) -add_subdirectory(src) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/src/libtsglua.so DESTINATION ${CMAKE_INSTALL_PREFIX} COMPONENT PROFILE) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/src/libtsglua.a DESTINATION ${CMAKE_INSTALL_PREFIX} COMPONENT PROFILE) |
