build: Improvements to bundled libraries support. (#6435)

This commit is contained in:
Steveice10
2023-04-28 13:02:53 -07:00
committed by GitHub
parent 30bf654d2f
commit ea649263b7
21 changed files with 255 additions and 114 deletions

View File

@@ -17,7 +17,7 @@ add_executable(tests
create_target_directory_groups(tests)
target_link_libraries(tests PRIVATE common core video_core audio_core)
target_link_libraries(tests PRIVATE citra_common citra_core video_core audio_core)
target_link_libraries(tests PRIVATE ${PLATFORM_LIBRARIES} Catch2::Catch2WithMain nihstro-headers Threads::Threads)
add_test(NAME tests COMMAND tests)