Initial implementation.
This commit is contained in:
10
SConstruct
10
SConstruct
@@ -1,10 +1,14 @@
|
||||
config = {
|
||||
'PROJECT_NAME': 'spp_template'
|
||||
'PROJECT_NAME': 'RAID Framework',
|
||||
'CXX_NO_EXCEPTIONS': True
|
||||
}
|
||||
env = SConscript('external/scons-plus-plus/SConscript', exports = ['config'])
|
||||
env.Append(CPPPATH = [Dir('private'), Dir('public')])
|
||||
|
||||
# app
|
||||
env = env.Module('private/spp_template/SModule')
|
||||
# library
|
||||
env = env.Module('private/raid/SModule')
|
||||
|
||||
# test app
|
||||
env = env.Module('private/raid_test/SModule')
|
||||
|
||||
env.Finalize()
|
||||
|
||||
Reference in New Issue
Block a user