[jasper] Update NostalgiaCore references
All checks were successful
Build / build (push) Successful in 1m58s

This commit is contained in:
Gary Talent 2025-02-20 20:14:31 -06:00
parent 7a890653ee
commit 1720328735
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ target_include_directories(
target_link_libraries( target_link_libraries(
JasperCore INTERFACE JasperCore INTERFACE
NostalgiaCore NostalgiaGfx
) )
add_subdirectory(keel) add_subdirectory(keel)

View File

@ -14,7 +14,7 @@ target_include_directories(
target_link_libraries( target_link_libraries(
JasperWorld PUBLIC JasperWorld PUBLIC
NostalgiaCore NostalgiaGfx
JasperCore JasperCore
) )