Skip to content
Snippets Groups Projects
CMakeLists.txt 122 B
Newer Older

include_directories(../core)

set(SRCS
	plugin.cpp
	Segmentation/segmentation.cpp
)
add_library(eiimage_plugins ${SRCS})