mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-13 21:07:47 +00:00
cmake: prefer system simpleini library
This commit is contained in:
parent
c8b110fa24
commit
67bbbabf8a
5 changed files with 25 additions and 2 deletions
|
@ -7,4 +7,4 @@ add_library(frontend_common STATIC
|
|||
)
|
||||
|
||||
create_target_directory_groups(frontend_common)
|
||||
target_link_libraries(frontend_common PUBLIC core SimpleIni PRIVATE common Boost::headers)
|
||||
target_link_libraries(frontend_common PUBLIC core SimpleIni::SimpleIni PRIVATE common Boost::headers)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue