[nostalgia] Move glutils into separate library

This commit is contained in:
2021-05-15 02:27:13 -05:00
parent 282bdc0fd7
commit 63e46d7bb4
7 changed files with 48 additions and 24 deletions
+1
View File
@@ -20,6 +20,7 @@ if(NOSTALGIA_BUILD_PLAYER)
endif()
if(NOSTALGIA_BUILD_TYPE STREQUAL "Native")
add_subdirectory(glutils)
add_subdirectory(tools)
if(NOSTALGIA_BUILD_STUDIO)
add_subdirectory(studio)