16 lines
285 B
Python
16 lines
285 B
Python
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
|
{
|
|
'sources': [
|
|
'ivm_intcode.cc',
|
|
'ivm_intcode.h',
|
|
'ivm_assembler.cc',
|
|
'ivm_assembler.h',
|
|
'ivm_backend.cc',
|
|
'ivm_backend.h',
|
|
'ivm_function.cc',
|
|
'ivm_stack.cc',
|
|
'ivm_stack.h',
|
|
'tracing.h',
|
|
],
|
|
}
|