https://github.com/MOHICANS-project/2CoBel
Raw File
Tip revision: 82dc898adeba3f38be20cfb652dafe8424832fd3 authored by emi aldea on 08 June 2020, 18:58:24 UTC
compilation error with newer g++
Tip revision: 82dc898
CMakeLists.txt
ADD_LIBRARY(plotter SHARED
        ClipperPolygonPlotter.cpp
        ClipperPolygonPlotter.h)


target_link_libraries(plotter evidential)



back to top