[nostalgia] Rename core to gfx

This commit is contained in:
2025-01-20 03:11:04 -06:00
parent d141154a45
commit 762a6517b2
98 changed files with 213 additions and 213 deletions
+12
View File
@@ -0,0 +1,12 @@
add_subdirectory(src)
if(NOT BUILDCORE_TARGET STREQUAL "gba")
add_subdirectory(test)
endif()
install(
DIRECTORY
include/nostalgia
DESTINATION
include
)