develop #15
@ -6,10 +6,14 @@ configure_file(input : 'version.h.in',
|
||||
configuration : conf_data
|
||||
)
|
||||
|
||||
subdir('models')
|
||||
|
||||
obelisk_lib_sources = files(
|
||||
'obelisk.cpp'
|
||||
)
|
||||
|
||||
obelisk_lib_sources += obelisk_model_sources
|
||||
|
||||
sqlite3 = dependency('sqlite3')
|
||||
|
||||
incdirs = include_directories(['.', 'include'])
|
||||
|
@ -12,9 +12,6 @@ sqlite3 = dependency('sqlite3')
|
||||
subdir('ast')
|
||||
obelisk_sources += obelisk_ast_sources
|
||||
|
||||
subdir('models')
|
||||
obelisk_sources += obelisk_model_sources
|
||||
|
||||
r = run_command('llvm-config', '--cppflags', check : true)
|
||||
cpp_args = ' ' + r.stdout().replace('\n', ' ').replace('-I', '-isystem')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user