mirror of
https://github.com/mikage-emu/mikage-dev.git
synced 2025-01-09 06:50:59 +01:00
4 lines
281 B
CMake
4 lines
281 B
CMake
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)
|