fix run and examples folred
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
project(
|
||||
meson.current_source_dir().split('/').get(-1),
|
||||
'cpp',
|
||||
version : '1.0.0',
|
||||
version : run_command('git', 'rev-parse', '--short', 'HEAD', check: false).stdout().strip(),
|
||||
default_options : [
|
||||
'warning_level=1',
|
||||
'optimization=3',
|
||||
@@ -50,5 +50,5 @@ inc = []
|
||||
#############################################################
|
||||
|
||||
subdir('src')
|
||||
subdir('example/layers')
|
||||
subdir('example')
|
||||
subdir('bin/layers')
|
||||
subdir('bin')
|
||||
|
||||
Reference in New Issue
Block a user