[nostalgia/studio] Get save working

This commit is contained in:
2022-02-19 01:45:37 -06:00
parent 5b7dacd51f
commit 56ec063658
12 changed files with 73 additions and 27 deletions

View File

@@ -6,6 +6,11 @@ target_link_libraries(
NostalgiaPack
)
if (CMAKE_BUILD_TYPE STREQUAL "Release")
# enable LTO
set_property(TARGET nost-pack PROPERTY INTERPROCEDURAL_OPTIMIZATION TRUE)
endif()
install(
TARGETS
nost-pack