Skip to content

Commit 9932e50

Browse files
committed
Rename files to make the project easier to navigate
1 parent 1b37dd7 commit 9932e50

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/args.cpp renamed to src/arguments.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#include "args.hpp"
1+
#include "arguments.hpp"
22
#include "build.hpp"
3-
#include "gen.hpp"
3+
#include "cmake_generator.hpp"
44
#include "help.hpp"
55

66
#include "fs.hpp"

src/build.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include "build.hpp"
2-
#include "cmake.hpp"
2+
#include "project_parser.hpp"
33
#include "error.hpp"
4-
#include "gen.hpp"
4+
#include "cmake_generator.hpp"
55

66
#include "fs.hpp"
77
#include <sstream>

src/gen.cpp renamed to src/cmake_generator.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#include "gen.hpp"
2-
#include "cmake.hpp"
1+
#include "cmake_generator.hpp"
2+
#include "project_parser.hpp"
33
#include "error.hpp"
44
#include "literals.hpp"
55

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "args.hpp"
1+
#include "arguments.hpp"
22

33
#include <cstdio>
44
#include <cstdlib>

src/cmake.cpp renamed to src/project_parser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "cmake.hpp"
1+
#include "project_parser.hpp"
22

33
#include "enum_helper.hpp"
44
#include "fs.hpp"

0 commit comments

Comments
 (0)