Skip to content
Snippets Groups Projects
Commit 3be4b1dc authored by Antoine Lorence's avatar Antoine Lorence
Browse files

[Plugins] Fix compilation on Linux & Windows

parent dda7ba1f
No related branches found
No related tags found
No related merge requests found
Subproject commit 5912e4b477acdc1f46e5c106d041f35af35e25d0
Subproject commit cafe146bb87fcb6fcdcae25d8e32949197e92821
include_directories(../core)
find_package(Qt5Core REQUIRED)
find_package(Qt5Widgets REQUIRED)
set(SRCS
plugin.cpp
Segmentation/segmentation.cpp
)
# add_library(segmentation SHARED Segmentation/segmentation.cpp)
# target_link_libraries(segmentation core)
add_library(segmentation SHARED SegmentationTest/segmentation.cpp)
target_link_libraries(segmentation core)
add_library(entropy SHARED Entropy/Entropy.cpp)
target_link_libraries(entropy core)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment