version 0.0.1
This commit is contained in:
21
source/meson.build
Normal file
21
source/meson.build
Normal file
@@ -0,0 +1,21 @@
|
||||
sources = [
|
||||
'source/main.cpp',
|
||||
'source/Initializer.cpp',
|
||||
'source/DebugHelper.cpp',
|
||||
'source/ConfigurationManagement/Configurator.cpp',
|
||||
'source/Threads/DefenseThread.cpp',
|
||||
'source/Cli.cpp',
|
||||
#'source/Threads/StatisticsThread.cpp',
|
||||
]
|
||||
|
||||
# Attacker
|
||||
sources_attack = [
|
||||
'source/Attacker/main.cpp'
|
||||
]
|
||||
|
||||
foreach string : sources
|
||||
if string != 'source/main.cpp'
|
||||
sources_attack += [string]
|
||||
endif
|
||||
endforeach
|
||||
|
||||
Reference in New Issue
Block a user