Initial commit
This commit is contained in:
7
meson.build
Normal file
7
meson.build
Normal file
@@ -0,0 +1,7 @@
|
||||
project('secutech', 'cpp')
|
||||
executable('secutech',
|
||||
'main.cpp',
|
||||
'aes.cpp',
|
||||
'profiler.cpp',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user