diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2022-05-23 18:46:13 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2022-06-06 10:21:43 +0200 |
commit | e9023132d506a9223d6c7c315a3cdf118effd30e (patch) | |
tree | 93e97fd0d04b0604d134918a1d194f2e282a3c03 /src/externals.h | |
parent | 1523880f97eab00120c029d55bab47252f31f166 (diff) |
Added support for manual externals (inherit flags and set include/lib paths from configure).
Diffstat (limited to 'src/externals.h')
-rw-r--r-- | src/externals.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/externals.h b/src/externals.h new file mode 100644 index 0000000..7b4aa23 --- /dev/null +++ b/src/externals.h @@ -0,0 +1,6 @@ +// -*- c++ -*- +// Distributed under the BSD 2-Clause License. +// See accompanying file LICENSE for details. +#pragma once + +#include "externals_manual.h" |