summaryrefslogtreecommitdiffstats
path: root/src/libs/whitebalance/CMakeLists.txt
blob: 8cb4356118a479e0772c8798cef5443b83a222d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
##### whitebalance library (static)

tde_add_library( whitebalance STATIC_PIC
  SOURCES whitebalance.cpp
  LINK histogram-static tdecore-shared
)


##### other files

install(
  FILES whitebalance.h
  DESTINATION ${INCLUDE_INSTALL_DIR}/${PROJECT_NAME}
)