aboutsummaryrefslogtreecommitdiffstats
path: root/cyclonev/family.cmake
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-04-30 18:40:24 +0100
committergatecat <gatecat@ds0.me>2021-05-15 14:54:33 +0100
commit0533818ceead805b9afc749d3a23e571e4a21543 (patch)
treea60b9bc96eafea8760536db360094c8bd98a4f81 /cyclonev/family.cmake
parent9f2cbe1762387ec38d358fb4c885740de89b5656 (diff)
downloadnextpnr-0533818ceead805b9afc749d3a23e571e4a21543.tar.gz
nextpnr-0533818ceead805b9afc749d3a23e571e4a21543.tar.bz2
nextpnr-0533818ceead805b9afc749d3a23e571e4a21543.zip
cyclonev: Update in line with nextpnr changes
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'cyclonev/family.cmake')
-rw-r--r--cyclonev/family.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/cyclonev/family.cmake b/cyclonev/family.cmake
index e69de29b..9d1fb9bf 100644
--- a/cyclonev/family.cmake
+++ b/cyclonev/family.cmake
@@ -0,0 +1,5 @@
+set(MISTRAL_ROOT "" CACHE STRING "Mistral install path")
+
+foreach(family_target ${family_targets})
+ target_include_directories(${family_target} PRIVATE ${MISTRAL_ROOT}/lib)
+endforeach()