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.
|
|
|
set_arch("x64")
|
|
|
|
set_languages("c11", "c++17")
|
|
|
|
set_toolchains("clang-cl")
|
|
|
|
|
|
|
|
includes("xmake/rules/**/xmake.lua")
|
|
|
|
add_rules("lsp.msvc_inc_inject")
|
|
|
|
add_rules("mode.debug", "mode.release")
|
|
|
|
|
|
|
|
add_repositories("local-repo xmake")
|
|
|
|
set_runtimes("MD") -- force /MD runtime for MSVC, since MKL only accepts /MD on windows
|
|
|
|
|
|
|
|
includes("./3rdparty/xmake.lua")
|
|
|
|
includes("./shared_module/xmake.lua")
|
|
|
|
|
|
|
|
includes("./implicit_**/xmake.lua")
|
|
|
|
includes("./network_process/xmake.lua")
|
|
|
|
includes("./blobtree_**/xmake.lua")
|
|
|
|
includes("./application/xmake.lua")
|