1
0
mirror of https://github.com/rtbrick/bngblaster.git synced 2024-05-06 15:54:57 +00:00

CMake Typo

This commit is contained in:
Christian Giese
2021-05-27 08:05:08 +02:00
parent 81eca48fbe
commit 7e0f3df1ed

View File

@ -23,7 +23,7 @@ else()
endif()
FILE(GLOB BBL_SOURCES src/*.c)
list(SORT BLL_SOURCES)
list(SORT BBL_SOURCES)
# Deterministic randomness for symbol name creation
foreach(_file ${BBL_SOURCES})
file(SHA1 ${_file} checksum)