diff options
author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2021-01-15 07:04:37 +0100 |
---|---|---|
committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2021-01-15 07:14:44 +0100 |
commit | af540b00573e8c6b935289873ba624ecf81002ce (patch) | |
tree | e847a3f246d76fecb7f0156a5a89a1bd54984dab /src/CMakeLists.txt | |
parent | Merge pull request #5348 from ReinUsesLisp/astc-robustness (diff) | |
download | yuzu-af540b00573e8c6b935289873ba624ecf81002ce.tar yuzu-af540b00573e8c6b935289873ba624ecf81002ce.tar.gz yuzu-af540b00573e8c6b935289873ba624ecf81002ce.tar.bz2 yuzu-af540b00573e8c6b935289873ba624ecf81002ce.tar.lz yuzu-af540b00573e8c6b935289873ba624ecf81002ce.tar.xz yuzu-af540b00573e8c6b935289873ba624ecf81002ce.tar.zst yuzu-af540b00573e8c6b935289873ba624ecf81002ce.zip |
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ee6f61f16..4852d94ac 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -129,7 +129,6 @@ add_subdirectory(tests) if (ENABLE_SDL2) add_subdirectory(yuzu_cmd) - add_subdirectory(yuzu_tester) endif() if (ENABLE_QT) |