summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorLC <mathew1800@gmail.com>2021-01-15 07:48:02 +0100
committerGitHub <noreply@github.com>2021-01-15 07:48:02 +0100
commit6676687694d8cea4b2c5c790cca9144c370dfb09 (patch)
treef4d0be6388847f45bb9d2e1085cd0ff4829319d1 /src/CMakeLists.txt
parentMerge pull request #5353 from ReinUsesLisp/deduplicate-warning-flags (diff)
parentcmake: Remove yuzu_tester (diff)
downloadyuzu-6676687694d8cea4b2c5c790cca9144c370dfb09.tar
yuzu-6676687694d8cea4b2c5c790cca9144c370dfb09.tar.gz
yuzu-6676687694d8cea4b2c5c790cca9144c370dfb09.tar.bz2
yuzu-6676687694d8cea4b2c5c790cca9144c370dfb09.tar.lz
yuzu-6676687694d8cea4b2c5c790cca9144c370dfb09.tar.xz
yuzu-6676687694d8cea4b2c5c790cca9144c370dfb09.tar.zst
yuzu-6676687694d8cea4b2c5c790cca9144c370dfb09.zip
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
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)