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