From d946cfd265fd137f71ffe40e540ec1d8e5451bd8 Mon Sep 17 00:00:00 2001 From: gatecat Date: Mon, 7 Jun 2021 15:19:24 +0100 Subject: mistral: Fix include path in GUI cmake, too Signed-off-by: gatecat --- gui/mistral/family.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui') diff --git a/gui/mistral/family.cmake b/gui/mistral/family.cmake index de737704..1bc02686 100644 --- a/gui/mistral/family.cmake +++ b/gui/mistral/family.cmake @@ -1 +1 @@ -target_include_directories(gui_mistral PRIVATE ${MISTRAL_ROOT}/lib) +target_include_directories(gui_mistral PRIVATE ${MISTRAL_ROOT}/libmistral) -- cgit v1.2.3