summaryrefslogtreecommitdiff
path: root/ctor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ctor.cc')
-rw-r--r--ctor.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/ctor.cc b/ctor.cc
index 92135c2..a034665 100644
--- a/ctor.cc
+++ b/ctor.cc
@@ -15,9 +15,11 @@ ctor::build_configurations ctorConfigs(const ctor::settings& settings)
.sources = {
"src/build.cc",
"src/configure.cc",
+ "src/deps.cc",
"src/execute.cc",
"src/externals_manual.cc",
"src/libctor.cc",
+ "src/pointerlist.cc",
"src/rebuild.cc",
"src/task.cc",
"src/task_ar.cc",
@@ -42,6 +44,8 @@ ctor::build_configurations ctorConfigs(const ctor::settings& settings)
"-Wconversion",
// "-Wnrvo",
"-Isrc",
+ "-Ijson/include",
+ "-fexceptions",
},
},
}