update core

This commit is contained in:
Logan McNaughton
2022-10-05 18:37:26 -06:00
parent 2a55e8e750
commit fd599c1124
+1 -1
View File
@@ -130,4 +130,4 @@ set_property(TARGET mupen64plus PROPERTY VISIBILITY_INLINES_HIDDEN ON)
target_compile_options(mupen64plus PRIVATE -march=x86-64-v3)
target_link_options(mupen64plus PRIVATE -march=x86-64-v3)
target_link_directories(mupen64plus PRIVATE ${SDL_NET_LIBRARY_DIRS})
target_link_libraries(mupen64plus PRIVATE ${SDL2_LIBRARIES} ${SDL_NET_LIBRARIES} ZLIB::ZLIB PNG::PNG)
target_link_libraries(mupen64plus PRIVATE SDL2::SDL2 SDL2::SDL2main ${SDL_NET_LIBRARIES} ZLIB::ZLIB PNG::PNG)