mirror of
https://github.com/fumiama/base16384.git
synced 2026-06-10 13:40:26 +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)
|
||||
@@ -2,7 +2,7 @@
|
||||
//fumiama 20210407
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "base1464le.h"
|
||||
#include "base14.h"
|
||||
|
||||
//#define DEBUG
|
||||
|
||||
Reference in New Issue
Block a user