Sign in
pigweed
/
third_party
/
github
/
32blit
/
32blit-sdk
/
224fe9c408090f09fa624bf6f951b4b12f8744f4
/
.
/
template
/
CMakeLists.txt
blob: 7672350ad94f0cab22635a501f80e8b8f5ac6266 [
file
]
cmake_minimum_required(VERSION 3.1)
set(32BLIT_PATH "../" CACHE PATH "Path to 32blit.cmake")
project (game)
include (${32BLIT_PATH}/32blit.cmake)
blit_executable (game game.cpp game.hpp)