Skip to content

Commit b9c9059

Browse files
committed
feat: add advanced cpp to the index
1 parent d717437 commit b9c9059

8 files changed

Lines changed: 4 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ endif()
3737
OPTION(ENABLE_ADVANCED_CPP "ENABLE_ADVANCED_CPP" ON)
3838
IF(ENABLE_ADVANCED_CPP)
3939
set(CMAKE_CXX_STANDARD 20)
40-
add_subdirectory(advancedcpp)
40+
add_subdirectory(advanced)
4141
endif()
4242

4343
# todo: do the same for the other topics

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ Quality: [![codecov](https://codecov.io/gh/InfiniBrains/Awesome-GameDev-Resource
1717
Metrics: [![Codacy Badge](https://app.codacy.com/project/badge/Grade/bd231b45a10a41c98f2bbe5bf0e3c808)](https://www.codacy.com/gh/InfiniBrains/Awesome-GameDev-Resources/dashboard?utm_source=github.com&utm_medium=referral&utm_content=InfiniBrains/Awesome-GameDev-Resources&utm_campaign=Badge_Grade) ![GitHub language count](https://img.shields.io/github/languages/count/InfiniBrains/Awesome-GameDev-Resources) ![GitHub search hit counter](https://img.shields.io/github/search/InfiniBrains/Awesome-GameDev-Resources/todo) ![Lines of code](https://img.shields.io/tokei/lines/github.com/InfiniBrains/Awesome-GameDev-Resources) ![GitHub all releases](https://img.shields.io/github/downloads/InfiniBrains/Awesome-GameDev-Resources/total) ![GitHub contributors](https://img.shields.io/github/contributors/InfiniBrains/Awesome-GameDev-Resources)
1818

1919
# Topics
20-
1. [Intro to Programming](intro/README.md)
21-
2. [Developer Portfolio](portfolio/README.md)
2220

21+
1. [Intro to Programming](intro/README.md)
22+
2. [Advanced Programming](advanced/README.md)
23+
3. [Developer Portfolio](portfolio/README.md)
2324

2425
# Philosophy
2526

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)