code: Nuke savestate support (#42)

This commit is contained in:
GPUCode 2024-03-25 10:31:32 +02:00 committed by GitHub
parent a442389a60
commit ac792f7b98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
348 changed files with 123 additions and 7083 deletions

View file

@ -404,7 +404,6 @@ add_subdirectory(externals)
if (NOT USE_SYSTEM_BOOST)
add_definitions( -DBOOST_ALL_NO_LIB )
add_library(Boost::boost ALIAS boost)
add_library(Boost::serialization ALIAS boost_serialization)
add_library(Boost::iostreams ALIAS boost_iostreams)
endif()