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