diff options
Diffstat (limited to 'ctor.cc')
| -rw-r--r-- | ctor.cc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,6 +13,7 @@ ctor::build_configurations ctorConfigs(const ctor::settings& settings) ctor::project{"libctor", {1,0,0, "rc1"}}, ctor::output_system::build, ctor::target("libctor.a"), + ctor::install{}, ctor::sources{ "src/build.cc", "src/configure.cc", @@ -37,7 +38,7 @@ ctor::build_configurations ctorConfigs(const ctor::settings& settings) "src/argparser.h", "src/build.h", "src/configure.h", - "src/ctor.h", + {"src/ctor.h", ctor::install{}}, "src/deps.h", "src/execute.h", "src/externals.h", |
