mirror of
https://github.com/mikage-emu/mikage-dev.git
synced 2025-01-09 15:01:00 +01:00
2 lines
154 B
CMake
2 lines
154 B
CMake
add_executable(3dsx_to_cia main.cpp)
|
|
target_link_libraries(3dsx_to_cia PRIVATE framework platform cryptopp::cryptopp Boost::boost Boost::program_options)
|