##### whitebalance library (static)

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


##### other files

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