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

调整为Release

This commit is contained in:
fumiama
2021-05-19 23:03:01 +08:00
parent 4900e47b9e
commit d0cd1dc5ec
3 changed files with 3 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
cmake_minimum_required(VERSION 3.0.0)
project(base1432 VERSION 2.0)
SET(CMAKE_BUILD_TYPE "Release")
add_library(base1432 STATIC base14.c)
add_library(base14 SHARED base14.c)

View File

@@ -1,5 +1,6 @@
cmake_minimum_required(VERSION 3.0.0)
project(base1464 VERSION 2.0)
SET(CMAKE_BUILD_TYPE "Release")
add_library(base1464 STATIC base14.c)
add_library(base14 SHARED base14.c)

View File

@@ -1,5 +1,6 @@
cmake_minimum_required(VERSION 3.0.0)
project(base16384 VERSION 2.0)
SET(CMAKE_BUILD_TYPE "Release")
add_executable(base16384 base16384.c)