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