CMakeLists.txt: add fx2_ll

This commit is contained in:
Gwenhael Goavec-Merou 2021-05-13 16:04:34 +02:00
parent dc884b86c8
commit e1e5efd652
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,7 @@ set(OPENFPGALOADER_SOURCE
src/dirtyJtag.cpp
src/efinix.cpp
src/efinixHexParser.cpp
src/fx2_ll.cpp
src/ice40.cpp
src/ihexParser.cpp
src/spiFlash.cpp
@ -86,6 +87,7 @@ set(OPENFPGALOADER_HEADERS
src/dirtyJtag.hpp
src/efinix.hpp
src/efinixHexParser.hpp
src/fx2_ll.hpp
src/ice40.hpp
src/ihexParser.hpp
src/progressBar.hpp