1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-04-15 08:01:47 +00:00

mistral: Fix include path in GUI cmake, too

Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
gatecat
2021-06-07 15:19:24 +01:00
parent 4e85203a13
commit d946cfd265

View File

@@ -1 +1 @@
target_include_directories(gui_mistral PRIVATE ${MISTRAL_ROOT}/lib)
target_include_directories(gui_mistral PRIVATE ${MISTRAL_ROOT}/libmistral)