File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,11 @@ add_executable(runcpp2 "${CMAKE_CURRENT_LIST_DIR}/Src/runcpp2/Data/CompilerInfo
5959 "${CMAKE_CURRENT_LIST_DIR} /Src/runcpp2/Data/FlagsOverrideInfo.cpp"
6060 "${CMAKE_CURRENT_LIST_DIR} /Src/runcpp2/Data/LinkerInfo.cpp"
6161 "${CMAKE_CURRENT_LIST_DIR} /Src/runcpp2/Data/ScriptInfo.cpp"
62+ "${CMAKE_CURRENT_LIST_DIR} /Src/runcpp2/CompilerProfileHelper.cpp"
63+ "${CMAKE_CURRENT_LIST_DIR} /Src/runcpp2/CompilingLinking.cpp"
64+ "${CMAKE_CURRENT_LIST_DIR} /Src/runcpp2/ConfigParsing.cpp"
6265 "${CMAKE_CURRENT_LIST_DIR} /Src/runcpp2/DefaultYAMLs.c"
66+ "${CMAKE_CURRENT_LIST_DIR} /Src/runcpp2/DependenciesSetupHelper.cpp"
6367 "${CMAKE_CURRENT_LIST_DIR} /Src/runcpp2/main.cpp"
6468 "${CMAKE_CURRENT_LIST_DIR} /Src/runcpp2/ParseUtil.cpp"
6569 "${CMAKE_CURRENT_LIST_DIR} /Src/runcpp2/PlatformUtil.cpp"
Original file line number Diff line number Diff line change @@ -16,11 +16,6 @@ namespace runcpp2
1616 const std::vector<std::string>& dependenciesCopiesPaths,
1717 const CompilerProfile& profile);
1818
19- // --------------------------------------------
20- // Profile check
21- // --------------------------------------------
22-
23-
2419 // --------------------------------------------
2520 // Running
2621 // --------------------------------------------
Original file line number Diff line number Diff line change 22#include " runcpp2/StringUtil.hpp"
33#include " runcpp2/runcpp2.hpp"
44
5-
6-
7-
85#include " ssLogger/ssLog.hpp"
96
107
You can’t perform that action at this time.
0 commit comments