diff options
| author | 2016-02-25 19:21:50 -0500 | |
|---|---|---|
| committer | 2016-02-25 19:21:50 -0500 | |
| commit | af7282b5ea8ed3ebfb47f35f6ac8212cfcb4c4fd (patch) | |
| tree | 1ae5c0281f70ff811ea2370610745b3957060fa5 /src/citra_qt | |
| parent | Merge pull request #1422 from vgturtle127/patch-1 (diff) | |
| parent | AudioCore: Skeleton Implementation (diff) | |
| download | yuzu-af7282b5ea8ed3ebfb47f35f6ac8212cfcb4c4fd.tar.gz yuzu-af7282b5ea8ed3ebfb47f35f6ac8212cfcb4c4fd.tar.xz yuzu-af7282b5ea8ed3ebfb47f35f6ac8212cfcb4c4fd.zip | |
Merge pull request #1386 from MerryMage/audio-core-skeleton
Audio Core: Skeleton
Diffstat (limited to 'src/citra_qt')
| -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 bbf6ae001..b3d1205a4 100644 --- a/src/citra_qt/CMakeLists.txt +++ b/src/citra_qt/CMakeLists.txt | |||
| @@ -79,7 +79,7 @@ if (APPLE) | |||
| 79 | else() | 79 | else() |
| 80 | add_executable(citra-qt ${SRCS} ${HEADERS} ${UI_HDRS}) | 80 | add_executable(citra-qt ${SRCS} ${HEADERS} ${UI_HDRS}) |
| 81 | endif() | 81 | endif() |
| 82 | target_link_libraries(citra-qt core video_core common qhexedit) | 82 | target_link_libraries(citra-qt core video_core audio_core common qhexedit) |
| 83 | target_link_libraries(citra-qt ${OPENGL_gl_LIBRARY} ${CITRA_QT_LIBS}) | 83 | target_link_libraries(citra-qt ${OPENGL_gl_LIBRARY} ${CITRA_QT_LIBS}) |
| 84 | target_link_libraries(citra-qt ${PLATFORM_LIBRARIES}) | 84 | target_link_libraries(citra-qt ${PLATFORM_LIBRARIES}) |
| 85 | 85 | ||