Meson: Add poly2tri_dep variable

This commit is contained in:
Jan Niklas Hasse 2018-09-26 11:09:14 +02:00
parent a41b316ace
commit 48f545ca2a

View File

@ -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)