blob: 9c0dc891695dcb4807ad1a760eaecf9d6f671999 [file] [log] [blame]
cxx_binary(
name = 'bin',
srcs = {
'main.cpp': 'main.cpp',
'file_one.cpp': ('file.cpp', ['-DFUNCTION_NAME=oneFunction']),
'file_another.cpp': ('file.cpp', ['-DFUNCTION_NAME=anotherFunction']),
},
headers = [
'file.h'
],
)