13 lines
193 B
Plaintext
13 lines
193 B
Plaintext
executable("aha") {
|
|
sources = [
|
|
"add_header_v1.c",
|
|
"../ram/src/crc.c",
|
|
"../ram/src/sha256.c"
|
|
]
|
|
|
|
include_dirs = [
|
|
"../ram/inc",
|
|
"../../inc",
|
|
"../../inc/utils"
|
|
]
|
|
} |