From 5da56616cccf4e595ec6a556cf1aef40b37746e3 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 28 Aug 2021 18:59:29 +0200 Subject: Move sources to ... well, src ;) --- cppbuild.cc | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'cppbuild.cc') diff --git a/cppbuild.cc b/cppbuild.cc index c78def1..dc3ab19 100644 --- a/cppbuild.cc +++ b/cppbuild.cc @@ -10,17 +10,17 @@ BuildConfigurations cppbuildConfigs() .type = TargetType::StaticLibrary, .target = "libcppbuild.a", .sources = { - "build.cc", - "configure.cc", - "execute.cc", - "libcppbuild.cc", - "rebuild.cc", - "task.cc", - "task_ar.cc", - "task_cc.cc", - "task_ld.cc", - "task_so.cc", - "tasks.cc", + "src/build.cc", + "src/configure.cc", + "src/execute.cc", + "src/libcppbuild.cc", + "src/rebuild.cc", + "src/task.cc", + "src/task_ar.cc", + "src/task_cc.cc", + "src/task_ld.cc", + "src/task_so.cc", + "src/tasks.cc", }, .cxxflags = { "-std=c++17", -- cgit v1.2.3