summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2016-05-21 16:15:13 +0200
committerbunnei <bunneidev@gmail.com>2016-05-21 16:15:13 +0200
commit5edff287b6da2821424e94d0ec48a00db2f7d944 (patch)
tree8236ee8438948f3612bf9fd9f7932449fff1567b /CMakeLists.txt
parentMerge pull request #1816 from JayFoxRox/refactor-tev-dump (diff)
parentTests: Run tests on CI (diff)
downloadyuzu-5edff287b6da2821424e94d0ec48a00db2f7d944.tar
yuzu-5edff287b6da2821424e94d0ec48a00db2f7d944.tar.gz
yuzu-5edff287b6da2821424e94d0ec48a00db2f7d944.tar.bz2
yuzu-5edff287b6da2821424e94d0ec48a00db2f7d944.tar.lz
yuzu-5edff287b6da2821424e94d0ec48a00db2f7d944.tar.xz
yuzu-5edff287b6da2821424e94d0ec48a00db2f7d944.tar.zst
yuzu-5edff287b6da2821424e94d0ec48a00db2f7d944.zip
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8f2898973..f7b0af115 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -255,6 +255,8 @@ endif()
add_subdirectory(externals/soundtouch)
+enable_testing()
+
add_subdirectory(src)
# Install freedesktop.org metadata files, following those specifications: