set (SOURCES plugin.cpp contrast.cpp) add_library(smartcontrast SHARED ${SOURCES}) target_link_libraries(smartcontrast stm) INSTALL_TARGETS(${INSTALL_LIB_PATH} smartcontrast)