mirror of
https://github.com/fumiama/base16384.git
synced 2026-06-08 04:00:25 +08:00
5 lines
106 B
CMake
5 lines
106 B
CMake
cmake_minimum_required(VERSION 3.0.0)
|
|
project(base1432 VERSION 2.0)
|
|
|
|
add_library(base1432 ./base1432le.c)
|