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

修复低版本cmake问题

This commit is contained in:
fumiama
2021-05-19 23:45:00 +08:00
parent d0cd1dc5ec
commit c45c435b7e
3 changed files with 2 additions and 1 deletions

View File

@@ -5,4 +5,5 @@ SET(CMAKE_BUILD_TYPE "Release")
add_library(base1432 STATIC base14.c)
add_library(base14 SHARED base14.c)
INSTALL(TARGETS base14 LIBRARY DESTINATION lib)
INSTALL(FILES base14.h DESTINATION include)

View File

@@ -5,4 +5,5 @@ SET(CMAKE_BUILD_TYPE "Release")
add_library(base1464 STATIC base14.c)
add_library(base14 SHARED base14.c)
INSTALL(TARGETS base14 LIBRARY DESTINATION lib)
INSTALL(FILES base14.h DESTINATION include)

View File

@@ -14,5 +14,4 @@ ELSE()
target_link_libraries(base16384 base1432)
ENDIF()
INSTALL(TARGETS base14 LIBRARY DESTINATION lib)
INSTALL(TARGETS base16384 RUNTIME DESTINATION bin)