mirror of
https://github.com/fumiama/base16384.git
synced 2026-06-05 10:10:32 +08:00
调整为Release
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user