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

完善CMake安装

This commit is contained in:
fumiama
2021-05-19 23:00:25 +08:00
parent d4df0567d5
commit 4900e47b9e
9 changed files with 27 additions and 12 deletions

View File

@@ -12,3 +12,6 @@ ELSE()
add_subdirectory("./32")
target_link_libraries(base16384 base1432)
ENDIF()
INSTALL(TARGETS base14 LIBRARY DESTINATION lib)
INSTALL(TARGETS base16384 RUNTIME DESTINATION bin)