##### 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}
)
