nextpnr/cyclonev/family.cmake
gatecat 0533818cee cyclonev: Update in line with nextpnr changes
Signed-off-by: gatecat <gatecat@ds0.me>
2021-05-15 14:54:33 +01:00

6 lines
189 B
CMake

set(MISTRAL_ROOT "" CACHE STRING "Mistral install path")
foreach(family_target ${family_targets})
target_include_directories(${family_target} PRIVATE ${MISTRAL_ROOT}/lib)
endforeach()