1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-05 10:10:32 +08:00

add static lib

This commit is contained in:
源文雨
2022-06-05 11:30:41 +08:00
parent c393504556
commit b7ef05fd9f

View File

@@ -35,6 +35,6 @@ target_link_libraries(base16384 libbase16384_s)
INSTALL(TARGETS base16384 RUNTIME DESTINATION bin)
INSTALL(TARGETS libbase16384 LIBRARY DESTINATION lib)
INSTALL(TARGETS libbase16384_s LIBRARY DESTINATION lib)
INSTALL(TARGETS libbase16384_s ARCHIVE DESTINATION lib)
INSTALL(FILES base16384.h DESTINATION include)
INSTALL(FILES base16384.1 DESTINATION share/man/man1)