mirror of
https://github.com/rtbrick/bngblaster.git
synced 2024-05-06 15:54:57 +00:00
CMake Typo
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user