1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-10 13:40:26 +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

@@ -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)

View File

@@ -2,7 +2,7 @@
//fumiama 20210407
#include <stdio.h>
#include <stdlib.h>
#include "base1464le.h"
#include "base14.h"
//#define DEBUG