2
###########################
3
# URL Overlay Exec Tool
4
###########################
6
add_executable(url-overlay-exec-tool exec-tool.c ../recoverable-problem.c)
7
set_target_properties(url-overlay-exec-tool PROPERTIES OUTPUT_NAME "exec-tool")
8
target_link_libraries(url-overlay-exec-tool ${GIO2_LIBRARIES} ${UBUNTU_APP_LAUNCH_LIBRARIES} ${CLICK_LIBRARIES})
11
TARGETS url-overlay-exec-tool
12
RUNTIME DESTINATION "${CMAKE_INSTALL_FULL_LIBEXECDIR}/ubuntu-app-launch/url-overlay"