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