File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed
Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -60,3 +60,4 @@ compile_commands.json
6060
6161# Generated file
6262Src /runcpp2 /DefaultYAMLs.c
63+ Include /cfgpath.h
Original file line number Diff line number Diff line change @@ -57,6 +57,16 @@ endif()
5757
5858add_subdirectory ("${CMAKE_CURRENT_LIST_DIR} /External/System2" )
5959
60+ # =========================================================================
61+ # cfgpath
62+ # =========================================================================
63+
64+ # Copy cfgpath.h
65+ configure_file ( "${CMAKE_CURRENT_LIST_DIR} /External/cfgpath/cfgpath.h"
66+ "${CMAKE_CURRENT_LIST_DIR} /Include/cfgpath.h" COPYONLY )
67+
68+
69+
6070# =========================================================================
6171# runcpp2
6272# =========================================================================
Original file line number Diff line number Diff line change 77#include " ssLogger/ssLog.hpp"
88
99
10- extern const uint8_t DefaultCompilerProfiles[];
11- extern const size_t DefaultCompilerProfiles_size;
12- extern const uint8_t DefaultScriptDependencies[];
13- extern const size_t DefaultScriptDependencies_size;
10+ extern " C " const uint8_t DefaultCompilerProfiles[];
11+ extern " C " const size_t DefaultCompilerProfiles_size;
12+ extern " C " const uint8_t DefaultScriptDependencies[];
13+ extern " C " const size_t DefaultScriptDependencies_size;
1414
1515namespace
1616{
You can’t perform that action at this time.
0 commit comments