~ubuntu-branches/ubuntu/saucy/kgamma/saucy-proposed

« back to all changes in this revision

Viewing changes to xf86gammacfg/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2013-06-21 01:16:16 UTC
  • mfrom: (1.1.27)
  • Revision ID: package-import@ubuntu.com-20130621011616-ksu2ne1wwgpe1rhq
Tags: 4:4.10.80-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
########### next target ###############
3
 
 
4
 
set(xf86gammacfg_SRCS xf86gammacfg.cpp )
5
 
 
 
1
set(xf86gammacfg_SRCS xf86gammacfg.cpp)
6
2
 
7
3
kde4_add_executable(xf86gammacfg ${xf86gammacfg_SRCS})
8
4
 
9
 
target_link_libraries(xf86gammacfg )
10
 
 
11
 
install(TARGETS xf86gammacfg  ${INSTALL_TARGETS_DEFAULT_ARGS} )
12
 
 
 
5
install(TARGETS xf86gammacfg ${INSTALL_TARGETS_DEFAULT_ARGS})
13
6