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

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


##### other files

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