mirror of https://github.com/CGAL/cgal
Fix HDT2 demo cmakelists
This commit is contained in:
parent
9883437315
commit
97320dbfd2
|
|
@ -25,6 +25,7 @@ if(CGAL_FOUND AND CGAL_Qt5_FOUND AND Qt5_FOUND AND (CGAL_Core_FOUND OR LEDA_FOUN
|
|||
|
||||
# cpp files
|
||||
add_executable ( HDT2 HDT2.cpp ${CGAL_Qt5_RESOURCE_FILES} ${RESOURCE_FILES} ${UIS})
|
||||
target_include_directories(HDT2 PRIVATE ./ ./include)
|
||||
add_to_cached_list( CGAL_EXECUTABLE_TARGETS HDT2 )
|
||||
target_link_libraries ( HDT2 CGAL::CGAL CGAL::CGAL_Qt5 CGAL::CGAL_Core Qt5::Widgets)
|
||||
else()
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
#else
|
||||
#include <CGAL/Cartesian.h>
|
||||
#include <CGAL/Hyperbolic_Delaunay_triangulation_traits_2.h>
|
||||
#include <internal/Qt/HyperbolicPainterOstream.h>
|
||||
#include "internal/Qt/HyperbolicPainterOstream.h"
|
||||
#endif
|
||||
|
||||
#include <CGAL/Hyperbolic_Delaunay_triangulation_2.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue