diff options
author | gatecat <gatecat@ds0.me> | 2021-08-15 16:20:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-15 16:20:51 +0100 |
commit | 4d54b62e635cf3ba83358cc379587c041a189b83 (patch) | |
tree | 7772088636b0fe20718df20e06ccec2733c786e1 /gui | |
parent | e7db15d6a4c9b1a36d87d7ab8a56d51f578ef82a (diff) | |
parent | f7be385230cbd6b6a030c8e159ac2cf175298c16 (diff) | |
download | nextpnr-4d54b62e635cf3ba83358cc379587c041a189b83.tar.gz nextpnr-4d54b62e635cf3ba83358cc379587c041a189b83.tar.bz2 nextpnr-4d54b62e635cf3ba83358cc379587c041a189b83.zip |
Merge pull request #795 from YosysHQ/gatecat/mistral-include-fix
mistral: Include mistral generated files in include dirs
Diffstat (limited to 'gui')
-rw-r--r-- | gui/mistral/family.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/mistral/family.cmake b/gui/mistral/family.cmake index 1bc02686..c78ff6c1 100644 --- a/gui/mistral/family.cmake +++ b/gui/mistral/family.cmake @@ -1 +1 @@ -target_include_directories(gui_mistral PRIVATE ${MISTRAL_ROOT}/libmistral) +target_include_directories(gui_mistral PRIVATE ${MISTRAL_ROOT}/libmistral ${CMAKE_BINARY_DIR}/libmistral) |