Skip to content
Snippets Groups Projects
Commit 520dc344 authored by Simon McVittie's avatar Simon McVittie
Browse files

build: Ensure that enums.[ch] are generated before compiling examples

parent 108c42c4
No related branches found
No related tags found
1 merge request!13Fix handling of enums.h
......@@ -77,6 +77,7 @@ pkg.generate(
libsteamrt_dep = declare_dependency(
include_directories : project_include_dirs,
link_with : libsteamrt,
sources : libsteamrt_public_headers + [enums[1]],
)
if get_option('introspection')
......
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