restructure the link between the compiler and the library

This commit is contained in:
2023-02-16 02:36:16 -03:00
parent 841914bae8
commit 6ef6d14d18
4 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ lib = library('obelisk',
install : true
)
libobelisk_dep = declare_dependency(
libobelisk = declare_dependency(
include_directories : incdirs,
link_with : lib,
sources : obelisk_lib_sources