[nostalgia/studio] Get save working
This commit is contained in:
@@ -45,19 +45,22 @@ else()
|
||||
)
|
||||
endif()
|
||||
|
||||
add_library(
|
||||
NostalgiaCore
|
||||
set(
|
||||
NOSTALGIA_CORE_GENERAL_SRC
|
||||
gfx.cpp
|
||||
media.cpp
|
||||
typeconv.cpp
|
||||
)
|
||||
|
||||
add_library(
|
||||
NostalgiaCore
|
||||
${NOSTALGIA_CORE_GENERAL_SRC}
|
||||
${NOSTALGIA_CORE_IMPL_SRC}
|
||||
)
|
||||
|
||||
add_library(
|
||||
NostalgiaCore-Headless
|
||||
gfx.cpp
|
||||
media.cpp
|
||||
typeconv.cpp
|
||||
${NOSTALGIA_CORE_GENERAL_SRC}
|
||||
headless/core.cpp
|
||||
headless/gfx.cpp
|
||||
headless/media.cpp
|
||||
@@ -75,7 +78,7 @@ target_link_libraries(
|
||||
)
|
||||
|
||||
target_link_libraries(
|
||||
NostalgiaCore-Headless PUBLIC
|
||||
NostalgiaCore-Headless PUBLIC
|
||||
OxClaw
|
||||
OxFS
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user