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