diff options
author | LC <mathew1800@gmail.com> | 2021-01-15 01:48:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-15 01:48:02 -0500 |
commit | 6676687694d8cea4b2c5c790cca9144c370dfb09 (patch) | |
tree | f4d0be6388847f45bb9d2e1085cd0ff4829319d1 /src/CMakeLists.txt | |
parent | 7f37822c744f245887ab3d1b5a1db4e6ecf76f7a (diff) | |
parent | af540b00573e8c6b935289873ba624ecf81002ce (diff) |
Merge pull request #5352 from ReinUsesLisp/remove-tester
cmake: Remove yuzu_tester
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 4daec5350..478246b6f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -130,7 +130,6 @@ add_subdirectory(tests) if (ENABLE_SDL2) add_subdirectory(yuzu_cmd) - add_subdirectory(yuzu_tester) endif() if (ENABLE_QT) |