summaryrefslogtreecommitdiff
path: root/externals/inih
diff options
context:
space:
mode:
authorGravatar Charles Lombardo2023-11-24 22:59:55 -0500
committerGravatar GitHub2023-11-24 22:59:55 -0500
commit5a182f4e7ccfac696cd54542089c880d002f5cc9 (patch)
treee1bcd72f38f4f57ff6b915022268b0feb86a7937 /externals/inih
parentMerge pull request #12140 from liamwhite/qcr-unreachable (diff)
parentfrontend_common: Don't specify default value for screenshot_path (diff)
downloadyuzu-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.txt13
m---------externals/inih/inih0
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
4add_library(inih
5 inih/ini.c
6 inih/ini.h
7 inih/cpp/INIReader.cpp
8 inih/cpp/INIReader.h
9)
10
11create_target_directory_groups(inih)
12target_include_directories(inih INTERFACE inih/cpp)
13add_library(inih::INIReader ALIAS inih)
diff --git a/externals/inih/inih b/externals/inih/inih
deleted file mode 160000
Subproject 9cecf0643da0846e77f64d10a126d9f48b9e05e