summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMerryMage <MerryMage@users.noreply.github.com>2016-04-24 15:18:30 +0200
committerMerryMage <MerryMage@users.noreply.github.com>2016-04-28 14:33:14 +0200
commit27ce3b3f51998b7bd8f25d7cb1c9cc1321ad6f31 (patch)
treefb12f2b75d7adfc77e67ff7ef2b6608e1adf3e33 /CMakeLists.txt
parentMerge pull request #1710 from hrydgard/optimize-event-breakpoints (diff)
downloadyuzu-27ce3b3f51998b7bd8f25d7cb1c9cc1321ad6f31.tar
yuzu-27ce3b3f51998b7bd8f25d7cb1c9cc1321ad6f31.tar.gz
yuzu-27ce3b3f51998b7bd8f25d7cb1c9cc1321ad6f31.tar.bz2
yuzu-27ce3b3f51998b7bd8f25d7cb1c9cc1321ad6f31.tar.lz
yuzu-27ce3b3f51998b7bd8f25d7cb1c9cc1321ad6f31.tar.xz
yuzu-27ce3b3f51998b7bd8f25d7cb1c9cc1321ad6f31.tar.zst
yuzu-27ce3b3f51998b7bd8f25d7cb1c9cc1321ad6f31.zip
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 019321ad8..d628ecc50 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -249,6 +249,9 @@ if(ENABLE_QT)
include_directories(externals/qhexedit)
add_subdirectory(externals/qhexedit)
endif()
+
+add_subdirectory(externals/soundtouch)
+
add_subdirectory(src)
# Install freedesktop.org metadata files, following those specifications: