diff options
Diffstat (limited to 'src/citra_qt/CMakeLists.txt')
| -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 47aaeca24..0c0515054 100644 --- a/src/citra_qt/CMakeLists.txt +++ b/src/citra_qt/CMakeLists.txt | |||
| @@ -71,7 +71,7 @@ if (APPLE) | |||
| 71 | else() | 71 | else() |
| 72 | add_executable(citra-qt ${SRCS} ${HEADERS} ${UI_HDRS}) | 72 | add_executable(citra-qt ${SRCS} ${HEADERS} ${UI_HDRS}) |
| 73 | endif() | 73 | endif() |
| 74 | target_link_libraries(citra-qt core common video_core qhexedit) | 74 | target_link_libraries(citra-qt core video_core common qhexedit) |
| 75 | target_link_libraries(citra-qt ${OPENGL_gl_LIBRARY} ${CITRA_QT_LIBS}) | 75 | target_link_libraries(citra-qt ${OPENGL_gl_LIBRARY} ${CITRA_QT_LIBS}) |
| 76 | target_link_libraries(citra-qt ${PLATFORM_LIBRARIES}) | 76 | target_link_libraries(citra-qt ${PLATFORM_LIBRARIES}) |
| 77 | 77 | ||