1 2 3 4 5
add_executable(adldumpbank dumpbank.cpp) install(TARGETS adldumpbank RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}")