diff options
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 | |||
| 30 | 30 | ||
| 31 | create_target_directory_groups(yuzu-cmd) | 31 | create_target_directory_groups(yuzu-cmd) |
| 32 | 32 | ||
| 33 | target_link_libraries(yuzu-cmd PRIVATE inih::INIReader glad) | ||
| 34 | target_link_libraries(yuzu-cmd PRIVATE common core input_common frontend_common) | 33 | target_link_libraries(yuzu-cmd PRIVATE common core input_common frontend_common) |
| 34 | target_link_libraries(yuzu-cmd PRIVATE glad) | ||
| 35 | if (MSVC) | 35 | if (MSVC) |
| 36 | target_link_libraries(yuzu-cmd PRIVATE getopt) | 36 | target_link_libraries(yuzu-cmd PRIVATE getopt) |
| 37 | endif() | 37 | endif() |