[nostalgia,turbine] Change NOSTALGIA_BUILD_TYPE to TURBINE_BUILD_TYPE

This commit is contained in:
2023-06-03 20:51:18 -05:00
parent 65268408cd
commit 7d0dcae00e
6 changed files with 8 additions and 8 deletions

View File

@ -3,7 +3,7 @@ add_library(
event.cpp
)
if(NOSTALGIA_BUILD_TYPE STREQUAL "GBA")
if(TURBINE_BUILD_TYPE STREQUAL "GBA")
add_subdirectory(gba)
else()
add_subdirectory(glfw)