memoserv/CMakeLists.txt
King_DuckZ f1ec7799af First commit.
Savegame icons are displayed on the window.
2018-09-05 00:55:24 +01:00

9 lines
289 B
CMake

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)