mirror of
https://github.com/fumiama/base16384.git
synced 2026-06-25 10:20:23 +08:00
完善CMake安装
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.0.0)
|
||||
project(base1464 VERSION 2.0)
|
||||
|
||||
add_library(base1464 ./base1464le.c)
|
||||
add_library(base1464 STATIC base14.c)
|
||||
add_library(base14 SHARED base14.c)
|
||||
|
||||
INSTALL(FILES base14.h DESTINATION include)
|
||||
Reference in New Issue
Block a user