~ted/ubuntu-app-launch/drop-surface-flinger

« back to all changes in this revision

Viewing changes to tools/CMakeLists.txt

  • Committer: CI bot
  • Author(s): Ted Gould
  • Date: 2014-02-20 12:04:04 UTC
  • mfrom: (87.7.2 triplet-tool)
  • Revision ID: ps-jenkins@lists.canonical.com-20140220120404-z3f2aov0554yyz6r
A little tool to discover application IDs 

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
install(TARGETS upstart-app-stop RUNTIME DESTINATION "${CMAKE_INSTALL_FULL_BINDIR}")
46
46
 
47
47
########################
 
48
# upstart-app-triplet
 
49
########################
 
50
 
 
51
add_executable(upstart-app-triplet upstart-app-triplet.c)
 
52
set_target_properties(upstart-app-triplet PROPERTIES OUTPUT_NAME "upstart-app-triplet")
 
53
target_link_libraries(upstart-app-triplet upstart-launcher)
 
54
install(TARGETS upstart-app-triplet RUNTIME DESTINATION "${CMAKE_INSTALL_FULL_BINDIR}")
 
55
 
 
56
########################
48
57
# upstart-helper-start
49
58
########################
50
59