Add IDE switch to CMake options, Add charset.png to dist

This commit is contained in:
2017-10-12 00:34:40 -05:00
parent 30a992efad
commit 329e8be825
9 changed files with 40 additions and 15 deletions

View File

@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.11)
#setup libraries
if(NOT WOMBAT_BUILD_TYPE STREQUAL "GBA")
if(NOT NOSTALGIA_BUILD_TYPE STREQUAL "GBA")
find_package(Qt5Widgets)
endif()
@@ -12,7 +12,7 @@ add_subdirectory(core)
add_subdirectory(common)
add_subdirectory(player)
if(NOT WOMBAT_BUILD_TYPE STREQUAL "GBA")
if(NOT NOSTALGIA_BUILD_TYPE STREQUAL "GBA")
add_subdirectory(tools)
add_subdirectory(studio)
endif()