aboutsummaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-12-11 20:05:48 +0000
committerGitHub <noreply@github.com>2021-12-11 20:05:48 +0000
commit62fcf944f9698dd4117443c239842ef1c6ef2242 (patch)
tree76706b7ac19537ccb84fbe98052db9c217477612 /gui
parentfd2d4a8f999947ece42f791e19ddc4c2d8b823f2 (diff)
parentdf061b1a9c844f9f2d14b658edbaba190b8b8fe1 (diff)
downloadnextpnr-62fcf944f9698dd4117443c239842ef1c6ef2242.tar.gz
nextpnr-62fcf944f9698dd4117443c239842ef1c6ef2242.tar.bz2
nextpnr-62fcf944f9698dd4117443c239842ef1c6ef2242.zip
Merge pull request #866 from YosysHQ/gatecat/mistral-include-tools
mistral: Add 'tools' dir to include path
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 c78ff6c1..072fa5cd 100644
--- a/gui/mistral/family.cmake
+++ b/gui/mistral/family.cmake
@@ -1 +1 @@
-target_include_directories(gui_mistral PRIVATE ${MISTRAL_ROOT}/libmistral ${CMAKE_BINARY_DIR}/libmistral)
+target_include_directories(gui_mistral PRIVATE ${MISTRAL_ROOT}/libmistral ${CMAKE_BINARY_DIR}/libmistral ${CMAKE_BINARY_DIR}/tools)