[nostalgia] Add option to build without Studio

This commit is contained in:
2019-02-14 23:38:14 +00:00
parent 6b66127691
commit 765315b69c
6 changed files with 22 additions and 203 deletions
+1 -1
View File
@@ -12,6 +12,6 @@ install(
include/nostalgia/world
)
if(NOSTALGIA_BUILD_TYPE STREQUAL "Native")
if(NOSTALGIA_BUILD_STUDIO)
add_subdirectory(studio)
endif()