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