First commit.
Savegame icons are displayed on the window.
This commit is contained in:
commit
f1ec7799af
7 changed files with 294 additions and 0 deletions
9
CMakeLists.txt
Normal file
9
CMakeLists.txt
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue