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

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


##### other files

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