diff options
author | gatecat <gatecat@ds0.me> | 2021-05-09 17:11:41 +0100 |
---|---|---|
committer | gatecat <gatecat@ds0.me> | 2021-05-15 14:54:33 +0100 |
commit | a5815265288aa373c52ca1786f2303fb6eb83162 (patch) | |
tree | e06b6430987b53a225ee8e4c501bdd4a3cc7181f /gui/mistral/family.cmake | |
parent | 386b5b901c9e62d527e84bbd0833f5908f778413 (diff) | |
download | nextpnr-a5815265288aa373c52ca1786f2303fb6eb83162.tar.gz nextpnr-a5815265288aa373c52ca1786f2303fb6eb83162.tar.bz2 nextpnr-a5815265288aa373c52ca1786f2303fb6eb83162.zip |
mistral: Python and GUI stub
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'gui/mistral/family.cmake')
-rw-r--r-- | gui/mistral/family.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/mistral/family.cmake b/gui/mistral/family.cmake new file mode 100644 index 00000000..de737704 --- /dev/null +++ b/gui/mistral/family.cmake @@ -0,0 +1 @@ +target_include_directories(gui_mistral PRIVATE ${MISTRAL_ROOT}/lib) |