diff options
Diffstat (limited to 'src/libctor.h')
-rw-r--r-- | src/libctor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libctor.h b/src/libctor.h index 70c62a8..6903c6b 100644 --- a/src/libctor.h +++ b/src/libctor.h @@ -71,6 +71,9 @@ constexpr auto build_cc = "build-cc"; constexpr auto build_cxx = "build-cpp"; constexpr auto build_ar = "build-ar"; constexpr auto build_ld = "build-ld"; + +constexpr auto ctor_includedir = "ctor-includedir"; +constexpr auto ctor_libdir = "ctor-libdir"; } const std::map<std::string, std::string>& configuration(); |