summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2017-07-27 17:21:36 +0200
committerGitHub <noreply@github.com>2017-07-27 17:21:36 +0200
commit05a38e307c0dadac446204b3da93725f7d3dbe60 (patch)
tree5e9fb6137b1fc4591b872ce188672f4889732322 /CMakeLists.txt
parentMerge pull request #2840 from Subv/apt_parameter (diff)
parenttests: Add tests for vadd (diff)
downloadyuzu-05a38e307c0dadac446204b3da93725f7d3dbe60.tar
yuzu-05a38e307c0dadac446204b3da93725f7d3dbe60.tar.gz
yuzu-05a38e307c0dadac446204b3da93725f7d3dbe60.tar.bz2
yuzu-05a38e307c0dadac446204b3da93725f7d3dbe60.tar.lz
yuzu-05a38e307c0dadac446204b3da93725f7d3dbe60.tar.xz
yuzu-05a38e307c0dadac446204b3da93725f7d3dbe60.tar.zst
yuzu-05a38e307c0dadac446204b3da93725f7d3dbe60.zip
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9151ff786..79d8046d9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -301,9 +301,9 @@ get_git_head_revision(GIT_REF_SPEC GIT_REV)
git_describe(GIT_DESC --always --long --dirty)
git_branch_name(GIT_BRANCH)
+enable_testing()
add_subdirectory(externals)
add_subdirectory(src)
-enable_testing()
# Installation instructions