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