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