Qt Frontend: Add Threads::Threads import in CMakeLists.txt.

This had been forgotten in df81fa11fc.

Fixes #1711.
This commit is contained in:
Emmanuel Gil Peyrot 2016-04-26 21:01:11 +01:00
parent 15c907317c
commit 591ffad670
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ else()
endif()
target_link_libraries(citra-qt core video_core audio_core common qhexedit)
target_link_libraries(citra-qt ${OPENGL_gl_LIBRARY} ${CITRA_QT_LIBS})
target_link_libraries(citra-qt ${PLATFORM_LIBRARIES})
target_link_libraries(citra-qt ${PLATFORM_LIBRARIES} Threads::Threads)
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD|OpenBSD|NetBSD")
install(TARGETS citra-qt RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin")