Files
Jungfraujoch/image_analysis/image_preprocessing/CMakeLists.txt
T

3 lines
148 B
CMake

ADD_LIBRARY(JFJochImagePreprocessing STATIC ImagePreprocessor.cpp ImagePreprocessor.h)
TARGET_LINK_LIBRARIES(JFJochImagePreprocessing JFJochCommon)