4 lines
97 B
CMake
4 lines
97 B
CMake
|
|
add_executable(arioso arioso.cpp)
|
|
target_link_libraries(arioso PRIVATE ario::ario elfio::elfio)
|