diff options
author | t895 <clombardo169@gmail.com> | 2023-11-12 02:03:55 -0500 |
---|---|---|
committer | t895 <clombardo169@gmail.com> | 2023-11-21 01:58:13 -0500 |
commit | aa2031196938c43590e5bea736edc05776c609a2 (patch) | |
tree | 6d642b339f34475ffc32fdc22dea8a0105602f69 /src/yuzu_cmd | |
parent | da14c7b8e47fcd5456d88a033a1fb154a0dcfa39 (diff) |
general: Remove inih
Diffstat (limited to 'src/yuzu_cmd')
-rw-r--r-- | src/yuzu_cmd/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu_cmd/CMakeLists.txt b/src/yuzu_cmd/CMakeLists.txt index 281e0658e..fbeba8813 100644 --- a/src/yuzu_cmd/CMakeLists.txt +++ b/src/yuzu_cmd/CMakeLists.txt @@ -30,8 +30,8 @@ add_executable(yuzu-cmd create_target_directory_groups(yuzu-cmd) -target_link_libraries(yuzu-cmd PRIVATE inih::INIReader glad) target_link_libraries(yuzu-cmd PRIVATE common core input_common frontend_common) +target_link_libraries(yuzu-cmd PRIVATE glad) if (MSVC) target_link_libraries(yuzu-cmd PRIVATE getopt) endif() |