extract explicit mesh with topology information from implicit surfaces with boolean operations, and do surface/volume integrating on them.
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.
 
 
 

13 lines
495 B

add_requires("mimalloc-adjust")
add_requires("parallel-hashmap")
add_requires("range-v3")
add_requires("eigen-latest")
-- add_requires("blis")
add_requires("xxhash")
target("shared_module")
set_kind("headeronly")
add_includedirs("./", {public = true})
add_packages("mimalloc-adjust", "parallel-hashmap", "range-v3", "eigen-latest", "xxhash", {public = true})
add_rules("library.force.distribute.header", {headers = path.join(os.scriptdir(), "math", "math_defs.h")})
target_end()