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.
7 lines
306 B
7 lines
306 B
exposed_library("frontend")
|
|
add_rules("config.indirect_predicates.flags")
|
|
add_deps("implicit_surface_network_process", "blobtree_structure", "shared_module")
|
|
add_defines("RELEASE_BRANCH")
|
|
after_build(function (target)
|
|
os.cp("$(scriptdir)/interface/*.h", target:targetdir())
|
|
end)
|