aboutsummaryrefslogtreecommitdiff
path: root/utils/xmi2mid/CMakeLists.txt
blob: f4a7c947ca634f9627e2de0587a3b8ad84634df7 (plain)
1
2
3
4
5
add_executable(xmi2mid xmi2mid.cpp)

install(TARGETS xmi2mid
        RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}")