diff options
| author | lijia <[email protected]> | 2021-10-27 17:01:06 +0800 |
|---|---|---|
| committer | lijia <[email protected]> | 2021-10-27 17:01:06 +0800 |
| commit | b99651da62483fb532ccb0b1a301249617548b61 (patch) | |
| tree | fa58105a246da2ff92baf08823d2da8ad5cab08b /src | |
| parent | 5bcadbe07819f8ca5e460260b0588f3157df6bbc (diff) | |
修复编译错误, 增加test stage.
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 558a10a..4f7e250 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -21,3 +21,5 @@ add_library(${lib_name} SHARED MESA_jump_layer.cpp) target_link_libraries(${lib_name} m) +install(FILES ${CMAKE_BINARY_DIR}/src/libMESA_jump_layer.so DESTINATION ${CMAKE_INSTALL_PREFIX}/lib COMPONENT LIBRARY) + |
