diff options
| author | 2023-11-24 22:59:55 -0500 | |
|---|---|---|
| committer | 2023-11-24 22:59:55 -0500 | |
| commit | 5a182f4e7ccfac696cd54542089c880d002f5cc9 (patch) | |
| tree | e1bcd72f38f4f57ff6b915022268b0feb86a7937 /externals/inih | |
| parent | Merge pull request #12140 from liamwhite/qcr-unreachable (diff) | |
| parent | frontend_common: Don't specify default value for screenshot_path (diff) | |
| download | yuzu-5a182f4e7ccfac696cd54542089c880d002f5cc9.tar.gz yuzu-5a182f4e7ccfac696cd54542089c880d002f5cc9.tar.xz yuzu-5a182f4e7ccfac696cd54542089c880d002f5cc9.zip | |
Merge pull request #11889 from t895/ini-lib
configuration: Unify config handling across frontends
Diffstat (limited to 'externals/inih')
| -rw-r--r-- | externals/inih/CMakeLists.txt | 13 | ||||
| m--------- | externals/inih/inih | 0 |
2 files changed, 0 insertions, 13 deletions
diff --git a/externals/inih/CMakeLists.txt b/externals/inih/CMakeLists.txt deleted file mode 100644 index ebb60a976..000000000 --- a/externals/inih/CMakeLists.txt +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | # SPDX-FileCopyrightText: 2014 Gui Andrade <admin@archshift.com> | ||
| 2 | # SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | |||
| 4 | add_library(inih | ||
| 5 | inih/ini.c | ||
| 6 | inih/ini.h | ||
| 7 | inih/cpp/INIReader.cpp | ||
| 8 | inih/cpp/INIReader.h | ||
| 9 | ) | ||
| 10 | |||
| 11 | create_target_directory_groups(inih) | ||
| 12 | target_include_directories(inih INTERFACE inih/cpp) | ||
| 13 | add_library(inih::INIReader ALIAS inih) | ||
diff --git a/externals/inih/inih b/externals/inih/inih deleted file mode 160000 | |||
| Subproject 9cecf0643da0846e77f64d10a126d9f48b9e05e | |||