Skip to content
Snippets Groups Projects
Commit 8871db49 authored by FuchtelJockel's avatar FuchtelJockel Committed by Sébastien Blin
Browse files

build: fix includes, add glib and gio to CMakeLists.txt

First I added glib to cmake this fixed the glib.h not found error.
Then I got build errors from the missing GIO include as seen in the linked issue.
After adding the #include <gio/gio.h> the linker failed to find the gio library.
After adding the gio check to cmake all build issues were solved.

GitLab: #504
Change-Id: Iac537e10261f2e9dfa61029c4591e000851a378c
parent dff47470
No related branches found
No related tags found
No related merge requests found
Loading
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