mirror of
https://github.com/fumiama/base16384.git
synced 2026-06-07 19:40:23 +08:00
5 lines
106 B
CMake
5 lines
106 B
CMake
cmake_minimum_required(VERSION 3.0.0)
|
|
project(base1464 VERSION 2.0)
|
|
|
|
add_library(base1464 ./base1464le.c)
|