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

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


##### other files

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