diff options
| author | 2014-08-16 14:06:40 +0200 | |
|---|---|---|
| committer | 2014-08-25 22:03:18 +0200 | |
| commit | c4691b784bd7746c5845df00a82ea0909b37ec0f (patch) | |
| tree | 635fa4cea0fa7c487217c8799cb90c45ebc12841 /src/citra_qt | |
| parent | Pica/Math: Improved the design of the Vec2/Vec3/Vec4 classes and simplified r... (diff) | |
| download | yuzu-c4691b784bd7746c5845df00a82ea0909b37ec0f.tar.gz yuzu-c4691b784bd7746c5845df00a82ea0909b37ec0f.tar.xz yuzu-c4691b784bd7746c5845df00a82ea0909b37ec0f.zip | |
Pica: Add support for dumping textures.
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 ff1fbc460..8ad6759b7 100644 --- a/src/citra_qt/CMakeLists.txt +++ b/src/citra_qt/CMakeLists.txt | |||
| @@ -47,7 +47,7 @@ else() | |||
| 47 | set(RT_LIBRARY rt) | 47 | set(RT_LIBRARY rt) |
| 48 | endif() | 48 | endif() |
| 49 | 49 | ||
| 50 | target_link_libraries(citra-qt core common video_core qhexedit ${ICONV_LIBRARY} ${COREFOUNDATION_LIBRARY} ${QT_LIBRARIES} ${OPENGL_LIBRARIES} ${RT_LIBRARY} ${GLEW_LIBRARY}) | 50 | target_link_libraries(citra-qt core common video_core qhexedit ${ICONV_LIBRARY} ${COREFOUNDATION_LIBRARY} ${QT_LIBRARIES} ${OPENGL_LIBRARIES} ${RT_LIBRARY} ${GLEW_LIBRARY} ${PNG_LIBRARIES}) |
| 51 | if(USE_QT5) | 51 | if(USE_QT5) |
| 52 | target_link_libraries(citra-qt Qt5::Gui Qt5::Widgets Qt5::OpenGL) | 52 | target_link_libraries(citra-qt Qt5::Gui Qt5::Widgets Qt5::OpenGL) |
| 53 | endif() | 53 | endif() |