CMakeLists.txt: install bit.gz too

This commit is contained in:
Gwenhael Goavec-Merou 2021-12-19 17:34:51 +01:00
parent 37abf105aa
commit 4e70bdf0c5
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ add_definitions(-DFTDI_VERSION=${FTDI_VAL})
install(TARGETS openFPGALoader DESTINATION bin)
file(GLOB BITS_FILES spiOverJtag/spiOverJtag_*.bit)
file(GLOB RBF_FILES spiOverJtag/spiOverJtag_*.rbf)
file(GLOB GZ_FILES spiOverJtag/spiOverJtag_*.rbf.gz)
file(GLOB GZ_FILES spiOverJtag/spiOverJtag_*.*.gz)
install(FILES
test_sfl.svf
${BITS_FILES}