diff options
Diffstat (limited to 'externals')
| -rw-r--r-- | externals/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index 406277fd7..070151bec 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt | |||
| @@ -296,4 +296,6 @@ if (YUZU_CRASH_DUMPS AND NOT TARGET libbreakpad_client) | |||
| 296 | endif() | 296 | endif() |
| 297 | 297 | ||
| 298 | # SimpleIni | 298 | # SimpleIni |
| 299 | add_subdirectory(simpleini) | 299 | if (NOT TARGET SimpleIni::SimpleIni) |
| 300 | add_subdirectory(simpleini) | ||
| 301 | endif() | ||