mirror of
https://github.com/jhasse/poly2tri.git
synced 2024-11-26 07:16:11 +01:00
Add Meson build file
This commit is contained in:
parent
f0a16419c5
commit
053fce6a63
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',
|
||||
])
|
Loading…
Reference in New Issue
Block a user