Skip to content

Commit 9a0faea

Browse files
Updating CMake
1 parent 49ac327 commit 9a0faea

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

Include/runcpp2/runcpp2.hpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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
//--------------------------------------------

Src/runcpp2/main.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
#include "runcpp2/StringUtil.hpp"
33
#include "runcpp2/runcpp2.hpp"
44

5-
6-
7-
85
#include "ssLogger/ssLog.hpp"
96

107

0 commit comments

Comments
 (0)