diff options
| author | 2019-03-25 20:29:31 -0400 | |
|---|---|---|
| committer | 2019-06-10 00:03:11 -0400 | |
| commit | c508a8d82af08db6cbc38af0611e2b461a39b3f2 (patch) | |
| tree | 84a9a5bc17f59a05311a9d2d2dba4556dbd30067 /src/CMakeLists.txt | |
| parent | Merge pull request #2571 from lioncash/ref (diff) | |
| download | yuzu-c508a8d82af08db6cbc38af0611e2b461a39b3f2.tar.gz yuzu-c508a8d82af08db6cbc38af0611e2b461a39b3f2.tar.xz yuzu-c508a8d82af08db6cbc38af0611e2b461a39b3f2.zip | |
yuzu_tester: Add project subdirectory
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 04018233f..f18239edb 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt | |||
| @@ -88,6 +88,7 @@ add_subdirectory(tests) | |||
| 88 | 88 | ||
| 89 | if (ENABLE_SDL2) | 89 | if (ENABLE_SDL2) |
| 90 | add_subdirectory(yuzu_cmd) | 90 | add_subdirectory(yuzu_cmd) |
| 91 | add_subdirectory(yuzu_tester) | ||
| 91 | endif() | 92 | endif() |
| 92 | 93 | ||
| 93 | if (ENABLE_QT) | 94 | if (ENABLE_QT) |