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