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 515e3f2a4..fc922c31b 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt | |||
| @@ -292,4 +292,6 @@ if (YUZU_CRASH_DUMPS AND NOT TARGET libbreakpad_client) | |||
| 292 | endif() | 292 | endif() |
| 293 | 293 | ||
| 294 | # SimpleIni | 294 | # SimpleIni |
| 295 | add_subdirectory(simpleini) | 295 | if (NOT TARGET SimpleIni::SimpleIni) |
| 296 | add_subdirectory(simpleini) | ||
| 297 | endif() | ||