1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-08 12:10:26 +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(base1464 STATIC base14.c)
add_library(base14 SHARED base14.c)
INSTALL(TARGETS base14 LIBRARY DESTINATION lib)
INSTALL(FILES base14.h DESTINATION include)