mirror of
https://github.com/jhasse/poly2tri.git
synced 2025-01-04 00:43:31 +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',
|
'unittest/main.cpp',
|
||||||
], dependencies : [boost_test_dep, thread_dep], link_with : lib))
|
], dependencies : [boost_test_dep, thread_dep], link_with : lib))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
poly2tri_dep = declare_dependency(include_directories : include, link_with : lib)
|
||||||
|
Loading…
Reference in New Issue
Block a user