mirror of
https://github.com/mikage-emu/mikage-dev.git
synced 2025-01-09 15:01:00 +01:00
5 lines
281 B
Text
5 lines
281 B
Text
|
add_executable(install_cia main.cpp)
|
||
|
target_link_libraries(install_cia PRIVATE framework platform cryptopp boost_program_options boost_filesystem boost_system)
|
||
|
target_link_libraries(install_cia PRIVATE fmt::fmt)
|
||
|
target_link_libraries(install_cia PRIVATE cryptopp::cryptopp-static)
|