First commit.

Savegame icons are displayed on the window.
This commit is contained in:
King_DuckZ 2018-09-05 00:55:24 +01:00
commit f1ec7799af
7 changed files with 294 additions and 0 deletions

9
CMakeLists.txt Normal file
View file

@ -0,0 +1,9 @@
cmake_minimum_required(VERSION 3.3 FATAL_ERROR)
set(NANA_CMAKE_INSTALL_INCLUDES OFF CACHE BOOL "")
set(NANA_CMAKE_ENABLE_PNG OFF CACHE BOOL "")
set(NANA_CMAKE_SHARED_LIB ON CACHE BOOL "")
set(NANA_CMAKE_ENABLE_JPEG OFF CACHE BOOL "")
add_subdirectory(lib/nana)
add_subdirectory(src/gui)