aboutsummaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-06-07 15:19:24 +0100
committergatecat <gatecat@ds0.me>2021-06-07 15:19:24 +0100
commitd946cfd265fd137f71ffe40e540ec1d8e5451bd8 (patch)
treef615f7d1da070db7dea7b2d6382469bd00fc2628 /gui
parent4e85203a1360661b03771800d9f4ddcacb002ecf (diff)
downloadnextpnr-d946cfd265fd137f71ffe40e540ec1d8e5451bd8.tar.gz
nextpnr-d946cfd265fd137f71ffe40e540ec1d8e5451bd8.tar.bz2
nextpnr-d946cfd265fd137f71ffe40e540ec1d8e5451bd8.zip
mistral: Fix include path in GUI cmake, too
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'gui')
-rw-r--r--gui/mistral/family.cmake2
1 files changed, 1 insertions, 1 deletions
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)