Skip to content
Snippets Groups Projects
Unverified Commit 9d899a73 authored by Dov Grobgeld's avatar Dov Grobgeld Committed by GitHub
Browse files

Update meson.build

Fixed typo
parent d4514ad7
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ lib_tinyxml2 = library(
install : true,
)
dep_tinxyml2 = declare_dependency(
dep_tinyxml2 = declare_dependency(
link_with : lib_tinyxml2,
include_directories : include_directories('.'),
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment