project(test)
add_executable(testapp main.cpp)
install(TARGETS testapp DESTINATION bin)
