mirror of
https://github.com/drasko/codezero.git
synced 2026-02-28 17:53:13 +01:00
Initial commit
This commit is contained in:
10
src/platform/tests/SConscript
Normal file
10
src/platform/tests/SConscript
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
|
||||
# Inherit global environment
|
||||
Import('env')
|
||||
|
||||
# The set of source files associated with this SConscript file.
|
||||
src_local = ['offsets.c']
|
||||
|
||||
obj = env.Object(src_local)
|
||||
Return('obj')
|
||||
Reference in New Issue
Block a user