rebuild project

This commit is contained in:
chatlanin
2022-03-27 22:23:36 +03:00
parent 13d2fdcf38
commit bde4398888
14 changed files with 137 additions and 253 deletions

View File

@@ -1,13 +0,0 @@
headers = ['concepts.hpp']
sources = []
lib = library(
'concepts',
include_directories : inc,
sources: [headers, sources]
)
concepts_dep = declare_dependency(
include_directories: inc,
link_with: lib
)