diff options
author | MerryMage <MerryMage@users.noreply.github.com> | 2017-05-01 23:11:06 +0200 |
---|---|---|
committer | MerryMage <MerryMage@users.noreply.github.com> | 2017-07-23 13:29:51 +0200 |
commit | a08edd67eb1c5ed3a348f38f0fd5f9ebc280f5a9 (patch) | |
tree | 5ef66e98a89d629a903e54c813f5564ace541a05 /CMakeLists.txt | |
parent | tests: Arm testing framework (diff) | |
download | yuzu-a08edd67eb1c5ed3a348f38f0fd5f9ebc280f5a9.tar yuzu-a08edd67eb1c5ed3a348f38f0fd5f9ebc280f5a9.tar.gz yuzu-a08edd67eb1c5ed3a348f38f0fd5f9ebc280f5a9.tar.bz2 yuzu-a08edd67eb1c5ed3a348f38f0fd5f9ebc280f5a9.tar.lz yuzu-a08edd67eb1c5ed3a348f38f0fd5f9ebc280f5a9.tar.xz yuzu-a08edd67eb1c5ed3a348f38f0fd5f9ebc280f5a9.tar.zst yuzu-a08edd67eb1c5ed3a348f38f0fd5f9ebc280f5a9.zip |
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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 |