mirror of
https://github.com/jhasse/poly2tri.git
synced 2025-08-05 23:05:40 +02: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