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
Branches
Tags
1 merge request!13Fix handling of enums.h
...@@ -77,6 +77,7 @@ pkg.generate( ...@@ -77,6 +77,7 @@ pkg.generate(
libsteamrt_dep = declare_dependency( libsteamrt_dep = declare_dependency(
include_directories : project_include_dirs, include_directories : project_include_dirs,
link_with : libsteamrt, link_with : libsteamrt,
sources : libsteamrt_public_headers + [enums[1]],
) )
if get_option('introspection') if get_option('introspection')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment