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)