mirror of https://github.com/CGAL/cgal
spaces
This commit is contained in:
parent
5d4a30a9c6
commit
ad3c488d53
|
|
@ -6,7 +6,7 @@ project(Combinatorial_map_Tests)
|
|||
|
||||
find_package(CGAL REQUIRED)
|
||||
|
||||
set(hfiles Combinatorial_map_2_test.h Combinatorial_map_3_test.h
|
||||
set(hfiles Combinatorial_map_2_test.h Combinatorial_map_3_test.h
|
||||
Combinatorial_map_test_iterators.h Face_graph_wrapper_test.h)
|
||||
|
||||
# create a target per cppfile
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ if(NOT Boost_FOUND)
|
|||
|
||||
endif()
|
||||
|
||||
set(hfiles Generalized_map_2_test.h Generalized_map_3_test.h
|
||||
set(hfiles Generalized_map_2_test.h Generalized_map_3_test.h
|
||||
Generalized_map_4_test.h GMap_test_insertions.h)
|
||||
|
||||
create_single_source_cgal_program("Generalized_map_test.cpp" ${hfiles})
|
||||
|
|
|
|||
|
|
@ -133,7 +133,7 @@ bool test_LCC_2()
|
|||
|
||||
typedef typename LCC::Dart_handle Dart_handle;
|
||||
typedef typename LCC::Point Point;
|
||||
|
||||
|
||||
// Construction operations
|
||||
trace_test_begin();
|
||||
Dart_handle dh1=lcc.make_segment(Point(0,0),Point(1,0), true);
|
||||
|
|
|
|||
Loading…
Reference in New Issue