Sign in
pigweed
/
third_party
/
github
/
32blit
/
32blit-sdk
/
58d766f119e1c7367aa94ab9daab36b22b67cde5
/
.
/
examples
/
platformer
/
CMakeLists.txt
blob: 41658353a44be9885642252ad12900fdc8ce7df0 [
file
]
cmake_minimum_required(VERSION 3.8)
project (platformer)
include (../../32blit.cmake)
blit_executable (platformer platformer.cpp)
blit_assets_yaml (platformer assets.yml)