diff --git a/.gitignore b/.gitignore index f00408a..6faf0cc 100644 --- a/.gitignore +++ b/.gitignore @@ -79,6 +79,8 @@ quill.wrap yaml-cpp.wrap cppad.wrap +subprojects/quill.wrap + .vscode/ *.log diff --git a/build-config/fourdst/libconfig/meson.build b/build-config/fourdst/libconfig/meson.build index b7f6a5e..16fa34d 100644 --- a/build-config/fourdst/libconfig/meson.build +++ b/build-config/fourdst/libconfig/meson.build @@ -1,2 +1,3 @@ config_p = subproject('libconfig') -config_dep = config_p.get_variable('config_dep') \ No newline at end of file +config_dep = config_p.get_variable('config_dep') +yaml_cpp_dep = config_p.get_variable('yaml_cpp_dep') \ No newline at end of file diff --git a/subprojects/quill.wrap b/subprojects/quill.wrap deleted file mode 100644 index 07363e4..0000000 --- a/subprojects/quill.wrap +++ /dev/null @@ -1,6 +0,0 @@ -[wrap-git] -url = https://github.com/odygrd/quill -revision = v8.1.1 -depth = 1 - -[cmake] \ No newline at end of file diff --git a/subprojects/yaml-cpp.wrap b/subprojects/yaml-cpp.wrap deleted file mode 100644 index 31404fc..0000000 --- a/subprojects/yaml-cpp.wrap +++ /dev/null @@ -1,6 +0,0 @@ -[wrap-git] -url = https://github.com/jbeder/yaml-cpp.git -revision = yaml-cpp-0.7.0 -depth = 1 - -[cmake] \ No newline at end of file