9 lines
90 B
Plaintext
9 lines
90 B
Plaintext
|
|
Import('env')
|
|
|
|
LIB_CONFIG = {
|
|
'CPPPATH': [env.Dir('public')]
|
|
}
|
|
|
|
Return('LIB_CONFIG')
|