diff options
| author | 2016-04-26 21:15:20 +0100 | |
|---|---|---|
| committer | 2016-04-26 21:15:20 +0100 | |
| commit | dc4217589b1c99db3d493d00d8172f0a2e8cfa09 (patch) | |
| tree | a664883b414b2d9386f7fbbc48c5e5b47c3b748d /src | |
| parent | Merge pull request #1710 from hrydgard/optimize-event-breakpoints (diff) | |
| parent | Qt Frontend: Add Threads::Threads import in CMakeLists.txt. (diff) | |
| download | yuzu-dc4217589b1c99db3d493d00d8172f0a2e8cfa09.tar.gz yuzu-dc4217589b1c99db3d493d00d8172f0a2e8cfa09.tar.xz yuzu-dc4217589b1c99db3d493d00d8172f0a2e8cfa09.zip | |
Merge pull request #1720 from linkmauve/fix-qt
Qt Frontend: Add Threads::Threads import in CMakeLists.txt
Diffstat (limited to 'src')
| -rw-r--r-- | src/citra_qt/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/CMakeLists.txt b/src/citra_qt/CMakeLists.txt index 6660d9879..cc9e0c624 100644 --- a/src/citra_qt/CMakeLists.txt +++ b/src/citra_qt/CMakeLists.txt | |||
| @@ -92,7 +92,7 @@ else() | |||
| 92 | endif() | 92 | endif() |
| 93 | target_link_libraries(citra-qt core video_core audio_core common qhexedit) | 93 | target_link_libraries(citra-qt core video_core audio_core common qhexedit) |
| 94 | target_link_libraries(citra-qt ${OPENGL_gl_LIBRARY} ${CITRA_QT_LIBS}) | 94 | target_link_libraries(citra-qt ${OPENGL_gl_LIBRARY} ${CITRA_QT_LIBS}) |
| 95 | target_link_libraries(citra-qt ${PLATFORM_LIBRARIES}) | 95 | target_link_libraries(citra-qt ${PLATFORM_LIBRARIES} Threads::Threads) |
| 96 | 96 | ||
| 97 | if(${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD|OpenBSD|NetBSD") | 97 | if(${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD|OpenBSD|NetBSD") |
| 98 | install(TARGETS citra-qt RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin") | 98 | install(TARGETS citra-qt RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin") |