mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 10:47:55 +00:00
general: Remove inih
This commit is contained in:
parent
230bd06245
commit
227c5ecbb1
6 changed files with 2 additions and 48 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue