修复编译错误, 增加test stage.

This commit is contained in:
lijia
2021-10-27 17:01:06 +08:00
parent 5bcadbe078
commit b99651da62
5 changed files with 77 additions and 58 deletions

View File

@@ -38,7 +38,8 @@ add_subdirectory(./vendor)
add_subdirectory(./src)
add_subdirectory(./test)
install(TARGETS ${lib_name} LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/lib COMPONENT LIBRARY)
#install(TARGETS ${lib_name}_shared LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/lib COMPONENT LIBRARY)
install(FILES inc/MESA_jump_layer.h DESTINATION ${CMAKE_INSTALL_PREFIX}/include/MESA COMPONENT HEADER)
include(Package)