[cmake-example] Update cmake project example

+ Rename `cmake` -> `cmake-example`
This commit is contained in:
2022-01-31 08:51:50 -05:00
parent 2845b020ae
commit bbbf404340
7 changed files with 24 additions and 24 deletions

View File

@@ -20,7 +20,7 @@ project(
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
add_subdirectory(algorithms)
add_subdirectory(cmake)
add_subdirectory(cmake-example)
add_subdirectory(cryptography)
add_subdirectory(datastructs)
add_subdirectory(graphics)