mirror of https://github.com/CGAL/cgal
Rename test
This commit is contained in:
parent
76dbf05e36
commit
96684021fc
|
|
@ -11,7 +11,7 @@ find_package(TBB QUIET)
|
|||
include(CGAL_TBB_support)
|
||||
|
||||
create_single_source_cgal_program("test_marching_cubes.cpp")
|
||||
create_single_source_cgal_program("test_topology.cpp")
|
||||
create_single_source_cgal_program("test_tmc_topology.cpp")
|
||||
#create_single_source_cgal_program("verifier.cpp")
|
||||
create_single_source_cgal_program("test_tmc_csg.cpp")
|
||||
|
||||
|
|
@ -45,6 +45,6 @@ endif()
|
|||
|
||||
if(TARGET CGAL::TBB_support)
|
||||
target_link_libraries(test_marching_cubes PRIVATE CGAL::TBB_support)
|
||||
target_link_libraries(test_topology PRIVATE CGAL::TBB_support)
|
||||
target_link_libraries(test_tmc_topology PRIVATE CGAL::TBB_support)
|
||||
#target_link_libraries(verifier PRIVATE CGAL::TBB_support)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in New Issue