mirror of
https://github.com/jhasse/poly2tri.git
synced 2024-12-31 23:23:30 +01:00
Meson: Add poly2tri_dep variable
This commit is contained in:
parent
a41b316ace
commit
48f545ca2a
@ -16,3 +16,5 @@ if boost_test_dep.found()
|
||||
'unittest/main.cpp',
|
||||
], dependencies : [boost_test_dep, thread_dep], link_with : lib))
|
||||
endif
|
||||
|
||||
poly2tri_dep = declare_dependency(include_directories : include, link_with : lib)
|
||||
|
Loading…
Reference in New Issue
Block a user