Sign in
◑
Theme
pigweed
/
third_party
/
github
/
32blit
/
32blit-sdk
/
bc6fa8911fcb39dcfd100f352e2d193b7eff7e6b
/
.
/
examples
/
serial-debug
/
CMakeLists.txt
blob: 78c240c901f3664f166e61fd18b81127900bc747 [
file
]
cmake_minimum_required(VERSION 3.9)
project (serial-debug)
find_package (32BLIT CONFIG REQUIRED PATHS ../..)
blit_executable (serial-debug serial-debug.cpp)
blit_metadata (serial-debug metadata.yml)