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 /src/yuzu_cmd/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 '')
-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() |