Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FormerLurker/ArcWelderLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFormerLurker <hochgebe@gmail.com>2020-05-12 21:07:00 +0300
committerFormerLurker <hochgebe@gmail.com>2020-05-12 21:07:00 +0300
commite78d62dc63ac47f90934367318e4c04b71e8c094 (patch)
tree5663592d9d0c09de54c7e5514c262e67ac58c4bb /ArcWelderLib.sln
parent3f28fa125bbed6da8db3c2563a9fd599d5c9c026 (diff)
Add install to cmakelists
Diffstat (limited to 'ArcWelderLib.sln')
-rw-r--r--ArcWelderLib.sln10
1 files changed, 10 insertions, 0 deletions
diff --git a/ArcWelderLib.sln b/ArcWelderLib.sln
index 6776791..e20aabb 100644
--- a/ArcWelderLib.sln
+++ b/ArcWelderLib.sln
@@ -23,6 +23,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
sourcelist.cmake = sourcelist.cmake
EndProjectSection
EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{704AE839-EEF5-4277-900D-91FA4DBB17EB}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{87F36EEF-E3D6-4B1D-815C-DEEB369BAB98}"
+ ProjectSection(SolutionItems) = preProject
+ .github\workflows\ccpp.yml = .github\workflows\ccpp.yml
+ EndProjectSection
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
@@ -83,6 +90,9 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
+ GlobalSection(NestedProjects) = preSolution
+ {87F36EEF-E3D6-4B1D-815C-DEEB369BAB98} = {704AE839-EEF5-4277-900D-91FA4DBB17EB}
+ EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {46059DE8-A2F4-453F-9F33-F12ABC8010EF}
EndGlobalSection