You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.1 KiB

-- target("implicit_surface_integrator")
-- set_kind("binary")
-- -- add_rules("config.indirect_predicates.flags")
-- add_defines("SHARED_MODULE=0")
-- add_deps("implicit_surface_network_process", "implicit_functions", "shared_module")
-- add_files("main.cpp")
-- target_end()
target("test_frontend")
set_kind("binary")
add_deps("frontend")
add_files("main.cpp")
target_end()
target("test_extrude")
set_kind("binary")
add_deps("frontend")
add_files("test_extrude.cpp")
target_end()
target("test_mimalloc")
set_kind("binary")
add_deps("frontend")
add_files("test_mimalloc.cpp")
target_end()
target("test_complex_1")
set_kind("binary")
set_group("experiment/complex_scene")
add_deps("frontend")
add_files("experiment/test_complex_1.cpp")
target_end()
target("test_complex_2")
set_kind("binary")
set_group("experiment/complex_scene")
add_deps("frontend")
add_files("experiment/test_complex_2.cpp")
target_end()
target("test_box")
set_kind("binary")
add_deps("frontend")
add_files("test_box.cpp")
target_end()