1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-08 04:00:25 +08:00
Files
base16384/32/CMakeLists.txt
2021-04-08 15:34:32 +08:00

5 lines
106 B
CMake

cmake_minimum_required(VERSION 3.0.0)
project(base1432 VERSION 2.0)
add_library(base1432 ./base1432le.c)