Sign in
◑
Theme
pigweed
/
third_party
/
github
/
32blit
/
32blit-sdk
/
3789c789574623e40ebaa29913e58bda9dacd42f
/
.
/
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)