mirror of
https://github.com/jhasse/poly2tri.git
synced 2025-11-12 17:59:32 +01:00
Add Meson build file
This commit is contained in:
10
meson.build
Normal file
10
meson.build
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
project('poly2tri', ['cpp'])
|
||||||
|
|
||||||
|
include = include_directories('.')
|
||||||
|
lib = static_library('poly2tri', sources : [
|
||||||
|
'poly2tri/common/shapes.cc',
|
||||||
|
'poly2tri/sweep/advancing_front.cc',
|
||||||
|
'poly2tri/sweep/cdt.cc',
|
||||||
|
'poly2tri/sweep/sweep.cc',
|
||||||
|
'poly2tri/sweep/sweep_context.cc',
|
||||||
|
])
|
||||||
Reference in New Issue
Block a user