Skip to content

Commit d1e76eb

Browse files
committed
Rename CountingSort to 10_CountingSort
1 parent e1db3ed commit d1e76eb

File tree

8 files changed

+1
-1
lines changed

8 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if(NBL_BUILD_EXAMPLES)
2626
add_subdirectory(07_StagingAndMultipleQueues EXCLUDE_FROM_ALL)
2727
# showcase the set-up of a swapchain and picking of a matching device
2828
add_subdirectory(08_HelloSwapchain EXCLUDE_FROM_ALL)
29-
add_subdirectory(CountingSort EXCLUDE_FROM_ALL)
29+
add_subdirectory(10_CountingSort EXCLUDE_FROM_ALL)
3030

3131
# Waiting for a refactor
3232
#add_subdirectory(27_PLYSTLDemo EXCLUDE_FROM_ALL)

0 commit comments

Comments
 (0)