Skip to content

Commit e128c30

Browse files
committed
Rename cpp11training to src directory
1 parent 343bcdc commit e128c30

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+5
-8
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ install:
6262
6363
script:
6464
- mkdir build && cd build
65-
- cmake ../cpp11training
65+
- cmake ../src
6666
- make
6767
- ./cpp11training
6868
- cd ..

README.md

Lines changed: 3 additions & 6 deletions

cpp11training.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.26403.7
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cpp11training", "cpp11training\cpp11training.vcxproj", "{112A7AE9-D86A-4E46-B40B-9D34ADAAC696}"
6+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cpp11training", "src\cpp11training.vcxproj", "{112A7AE9-D86A-4E46-B40B-9D34ADAAC696}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)