File: CMakeLists.txt

package info (click to toggle)
kgamma 4%3A4.8.4-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 268 kB
  • sloc: cpp: 1,038; makefile: 1; sh: 1
file content (13 lines) | stat: -rw-r--r-- 245 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13

########### next target ###############

set(xf86gammacfg_SRCS xf86gammacfg.cpp )


kde4_add_executable(xf86gammacfg ${xf86gammacfg_SRCS})

target_link_libraries(xf86gammacfg )

install(TARGETS xf86gammacfg  ${INSTALL_TARGETS_DEFAULT_ARGS} )