The function implementation was incomplete for handling the case of multiple files. It would generate wrong C code in case more than one files were specified. Since we don't have this use case, it's safe to only leave the single input file implementation. Closes issue #2294
4 lines
167 B
CMake
4 lines
167 B
CMake
# utility script to call GenerateBinaryHeader function
|
|
include(${SOURCE_DIR}/Modules/LAMMPSUtils.cmake)
|
|
GenerateBinaryHeader(${VARNAME} ${HEADER_FILE} ${SOURCE_FILE})
|