vega_add_library(libiglInterface
  SOURCES
    iglRemeshSelfIntersection.cpp
  PUBLIC_HEADERS
    iglRemeshSelfIntersection.h
)
target_link_libraries(libiglInterface
  PUBLIC
    configFile
    mesh
    boost_system
    boost_thread
    exactArithmetic
    Eigen3::Eigen
    # CGAL::CGAL
    ${CGAL_LIBRARY} 
)
