From 172032873570f2d6af57fb7313538e80f27a2915 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Thu, 20 Feb 2025 20:14:31 -0600 Subject: [PATCH] [jasper] Update NostalgiaCore references --- src/jasper/modules/core/src/CMakeLists.txt | 2 +- src/jasper/modules/world/src/CMakeLists.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/jasper/modules/core/src/CMakeLists.txt b/src/jasper/modules/core/src/CMakeLists.txt index f02bbb0..267ec57 100644 --- a/src/jasper/modules/core/src/CMakeLists.txt +++ b/src/jasper/modules/core/src/CMakeLists.txt @@ -8,7 +8,7 @@ target_include_directories( target_link_libraries( JasperCore INTERFACE - NostalgiaCore + NostalgiaGfx ) add_subdirectory(keel) diff --git a/src/jasper/modules/world/src/CMakeLists.txt b/src/jasper/modules/world/src/CMakeLists.txt index 7cf5cce..e9b51dd 100644 --- a/src/jasper/modules/world/src/CMakeLists.txt +++ b/src/jasper/modules/world/src/CMakeLists.txt @@ -1,7 +1,7 @@ add_library( JasperWorld - world.cpp + world.cpp worlddoc.cpp worldobject.cpp worldstatic.cpp @@ -14,7 +14,7 @@ target_include_directories( target_link_libraries( JasperWorld PUBLIC - NostalgiaCore + NostalgiaGfx JasperCore )