mirror of
https://github.com/newdigate/teensy-x86-stubs.git
synced 2026-07-04 14:46:42 +00:00
3 lines
89 B
CMake
3 lines
89 B
CMake
cmake_minimum_required(VERSION 3.5)
|
|
project(teensy_x86_stubs C CXX)
|
|
add_subdirectory(src) |