Skip to content

Commit bab89de

Browse files
committed
make all samples use the same name
More info: #90
1 parent 980a14c commit bab89de

Some content is hidden

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

68 files changed

+7
-7
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
cmake_minimum_required(VERSION 3.0.0)
22
project(io2d CXX)
33

4-
add_subdirectory(DrawCPP)
5-
add_subdirectory(RocksInSpace)
6-
add_subdirectory(SVG)
7-
add_subdirectory(Life)
8-
add_subdirectory(CPULoad)
9-
add_subdirectory(Sprites)
10-
add_subdirectory(Maps)
4+
add_subdirectory(draw_cpp)
5+
add_subdirectory(rocks_in_space)
6+
add_subdirectory(svg)
7+
add_subdirectory(life)
8+
add_subdirectory(cpu_load)
9+
add_subdirectory(sprites)
10+
add_subdirectory(maps)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

P0267_RefImpl/Samples/CPULoad/iOS/LaunchScreen.storyboard renamed to P0267_RefImpl/Samples/cpu_load/iOS/LaunchScreen.storyboard

File renamed without changes.

P0267_RefImpl/Samples/CPULoad/iOS/libcxx_tmp_stubs.cpp renamed to P0267_RefImpl/Samples/cpu_load/iOS/libcxx_tmp_stubs.cpp

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)