Skip to content
Snippets Groups Projects
Commit 591ffad6 authored by Emmanuel Gil Peyrot's avatar Emmanuel Gil Peyrot
Browse files

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

This had been forgotten in df81fa11.

Fixes #1711.
parent 15c90731
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment