mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-03 00:38:58 +00:00
Support SDMC/NAND path redirecting
Added inih as an external.
This commit is contained in:
Vendored
+3
@@ -4,5 +4,8 @@ add_subdirectory(cryptopp)
|
||||
# fmt
|
||||
add_subdirectory(fmt)
|
||||
|
||||
# inih
|
||||
add_subdirectory(inih)
|
||||
|
||||
# QDeviceWatcher
|
||||
add_subdirectory(qdevicewatcher)
|
||||
|
||||
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
add_library(inih
|
||||
inih/ini.c
|
||||
inih/ini.h
|
||||
inih/cpp/INIReader.cpp
|
||||
inih/cpp/INIReader.h
|
||||
)
|
||||
target_include_directories(inih INTERFACE .)
|
||||
|
||||
target_compile_definitions(inih PRIVATE -DINI_MAX_LINE=1000)
|
||||
+1
Submodule externals/inih/inih added at 4f251f0ff7
Reference in New Issue
Block a user