123456789 |
- project('static lib', 'cpp')
- dir = include_directories('.')
- t2l = static_library('tedi2lang', 'tedi2lang.cpp', 'tedi2lang.h')
- tedi2lang_dependency = declare_dependency(
- include_directories : dir,
- link_with : t2l,
- sources : ['tedi2lang.cpp', 'tedi2lang.h'])
|