summaryrefslogtreecommitdiffstats
path: root/kgamma/xf86gammacfg/CMakeLists.txt
blob: 420c91631f32c13f44479a3258653e7d8c8ee2d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#################################################
#
#  (C) 2010-2011 Calvin Morrison
#  mutantturkey@gmail.com
#
#  Improvements and feedback are welcome
#
#  This file is released under GPL >= 2
#
#################################################

include_directories(
  ${CMAKE_BINARY_DIR}
  ${TQT_INCLUDE_DIRS}
)


#### xf86gammacfg (executable) ##################

tde_add_executable( xf86gammacfg
  SOURCES xf86gammacfg.cpp
  DESTINATION ${BIN_INSTALL_DIR}
)