~elementary-pantheon/slingshot/trunk

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Cody Garver
  • Date: 2012-07-11 22:04:05 UTC
  • mfrom: (231.2.1 slingshot-launcher)
  • Revision ID: codygarver@gmail.com-20120711220405-lzsjlzasp8eyv1am
Change slingshot to slingshot-launcher to fix bug #993044.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
link_libraries (${DEPS_LIBRARIES})
66
66
link_directories (${DEPS_LIBRARY_DIRS})
67
67
 
68
 
add_executable (slingshot ${VALA_C})
 
68
add_executable (slingshot-launcher ${VALA_C})
69
69
 
70
70
# Installation
71
 
install (TARGETS slingshot RUNTIME DESTINATION bin)
 
71
install (TARGETS slingshot-launcher RUNTIME DESTINATION bin)
72
72
#install (FILES ${stylesheets} DESTINATION ${PKGDATADIR}/style)
73
73
install (FILES ${applications_menu} DESTINATION /etc/xdg/menus)
74
74