Input (first pass)
This commit is contained in:
@@ -12,7 +12,7 @@ endif()
|
||||
|
||||
file(STRINGS "${ENV_FILE}" ENV_LINES)
|
||||
|
||||
set(HEADER_CONTENT "#pragma once\n#include \"dusk.hpp\"\n\n")
|
||||
set(HEADER_CONTENT "#pragma once\n#include \"Dusk.hpp\"\n\n")
|
||||
|
||||
foreach(line IN LISTS ENV_LINES)
|
||||
# Skip comments and empty lines (allow whitespace before # or ;)
|
||||
|
||||
Reference in New Issue
Block a user