Sign in
pigweed
/
third_party
/
github
/
32blit
/
32blit-sdk
/
62ca232b3aef49246f3de29cdee633e370ef9293
/
.
/
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)