File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -114,13 +114,13 @@ if(RUNCPP2_UPDATE_DEFAULT_YAMLS OR EMBEDDED_FILE_SIZE LESS 1024)
114114 set (FILES_TO_EMBED "${CMAKE_CURRENT_LIST_DIR} /DefaultYAMLs/DefaultUserConfig.yaml"
115115 "DefaultUserConfig"
116116
117- "${CMAKE_CURRENT_LIST_DIR} /DefaultYAMLs/CommonFileTypes.yaml"
117+ "${CMAKE_CURRENT_LIST_DIR} /DefaultYAMLs/Default/ CommonFileTypes.yaml"
118118 "CommonFileTypes"
119119
120- "${CMAKE_CURRENT_LIST_DIR} /DefaultYAMLs/g++.yaml"
120+ "${CMAKE_CURRENT_LIST_DIR} /DefaultYAMLs/Default/ g++.yaml"
121121 "G_PlusPlus"
122122
123- "${CMAKE_CURRENT_LIST_DIR} /DefaultYAMLs/vs2022_v17+.yaml"
123+ "${CMAKE_CURRENT_LIST_DIR} /DefaultYAMLs/Default/ vs2022_v17+.yaml"
124124 "Vs2022_v17Plus"
125125
126126 "${CMAKE_CURRENT_LIST_DIR} /DefaultYAMLs/DefaultScriptInfo.yaml"
File renamed without changes.
Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ Languages: ["c++"]
4242# The file properties for the object files for each platform.
4343# See "./CommonFileTypes.yaml" for FilesTypes
4444# FilesTypes: ...
45+
46+ # We can use the "Import" field to import other yaml files. We are importing "FilesTypes" here
4547Import : " ./CommonFileTypes.yaml"
4648
4749# Specify the compiler settings
File renamed without changes.
You can’t perform that action at this time.
0 commit comments