From aa2031196938c43590e5bea736edc05776c609a2 Mon Sep 17 00:00:00 2001 From: t895 Date: Sun, 12 Nov 2023 02:03:55 -0500 Subject: general: Remove inih --- src/yuzu_cmd/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/yuzu_cmd') 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() -- cgit v1.2.3