diff options
author | Olivier Galibert <galibert@pobox.com> | 2021-10-17 11:26:06 +0200 |
---|---|---|
committer | Olivier Galibert <galibert@pobox.com> | 2021-10-17 11:26:06 +0200 |
commit | 60833abd3b466c36a8a355a68dfe67d196076ced (patch) | |
tree | 5ad6ee36c2a8a6680a64c647f6fcb9fc45d8bef0 | |
parent | c71a20e8052e82fb773138f9b935cd6f7371a0b1 (diff) | |
download | nextpnr-60833abd3b466c36a8a355a68dfe67d196076ced.tar.gz nextpnr-60833abd3b466c36a8a355a68dfe67d196076ced.tar.bz2 nextpnr-60833abd3b466c36a8a355a68dfe67d196076ced.zip |
mistral: Support the new routes-to-bin intermediate tool generation
-rw-r--r-- | mistral/family.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mistral/family.cmake b/mistral/family.cmake index 80b67e63..4f135391 100644 --- a/mistral/family.cmake +++ b/mistral/family.cmake @@ -1,6 +1,7 @@ set(MISTRAL_ROOT "" CACHE STRING "Mistral install path") set(MISTRAL_DONT_INSTALL ON) +add_subdirectory(${MISTRAL_ROOT}/routes-to-bin ${CMAKE_CURRENT_BINARY_DIR}/routes-to-bin) add_subdirectory(${MISTRAL_ROOT}/libmistral ${CMAKE_CURRENT_BINARY_DIR}/libmistral) find_package(LibLZMA REQUIRED) |