diff options
author | t895 <clombardo169@gmail.com> | 2023-11-12 08:03:55 +0100 |
---|---|---|
committer | t895 <clombardo169@gmail.com> | 2023-11-21 07:58:13 +0100 |
commit | aa2031196938c43590e5bea736edc05776c609a2 (patch) | |
tree | 6d642b339f34475ffc32fdc22dea8a0105602f69 /externals/CMakeLists.txt | |
parent | config: Unify config handling under frontend_common (diff) | |
download | yuzu-aa2031196938c43590e5bea736edc05776c609a2.tar yuzu-aa2031196938c43590e5bea736edc05776c609a2.tar.gz yuzu-aa2031196938c43590e5bea736edc05776c609a2.tar.bz2 yuzu-aa2031196938c43590e5bea736edc05776c609a2.tar.lz yuzu-aa2031196938c43590e5bea736edc05776c609a2.tar.xz yuzu-aa2031196938c43590e5bea736edc05776c609a2.tar.zst yuzu-aa2031196938c43590e5bea736edc05776c609a2.zip |
Diffstat (limited to 'externals/CMakeLists.txt')
-rw-r--r-- | externals/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index d0d4926bb..515e3f2a4 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt @@ -34,11 +34,6 @@ endif() # Glad add_subdirectory(glad) -# inih -if (NOT TARGET inih::INIReader) - add_subdirectory(inih) -endif() - # mbedtls add_subdirectory(mbedtls) target_include_directories(mbedtls PUBLIC ./mbedtls/include) |