Обновлен нейминг пунктов

This commit is contained in:
vlad 2023-04-19 14:28:55 +03:00
parent 38b86f7c7d
commit e539edc655

View File

@ -29,32 +29,32 @@ set(CORE_SOURCES
add_executable(${PROJECT_NAME}_main ${CORE_SOURCES} src/render/render.cpp) add_executable(${PROJECT_NAME}_main ${CORE_SOURCES} src/render/render.cpp)
target_link_libraries(${PROJECT_NAME}_main ${LIBS}) target_link_libraries(${PROJECT_NAME}_main ${LIBS})
add_executable(${PROJECT_NAME}_1 ${CORE_SOURCES} src/render/render-1.cpp) add_executable(${PROJECT_NAME}_01 ${CORE_SOURCES} src/render/render-1.cpp)
target_link_libraries(${PROJECT_NAME}_1 ${LIBS}) target_link_libraries(${PROJECT_NAME}_01 ${LIBS})
add_executable(${PROJECT_NAME}_2 ${CORE_SOURCES} src/render/render-2.cpp) add_executable(${PROJECT_NAME}_02 ${CORE_SOURCES} src/render/render-2.cpp)
target_link_libraries(${PROJECT_NAME}_2 ${LIBS}) target_link_libraries(${PROJECT_NAME}_02 ${LIBS})
add_executable(${PROJECT_NAME}_3 ${CORE_SOURCES} src/render/render-3.cpp) add_executable(${PROJECT_NAME}_03 ${CORE_SOURCES} src/render/render-3.cpp)
target_link_libraries(${PROJECT_NAME}_3 ${LIBS}) target_link_libraries(${PROJECT_NAME}_03 ${LIBS})
add_executable(${PROJECT_NAME}_4 ${CORE_SOURCES} src/render/render-4.cpp) add_executable(${PROJECT_NAME}_04 ${CORE_SOURCES} src/render/render-4.cpp)
target_link_libraries(${PROJECT_NAME}_4 ${LIBS}) target_link_libraries(${PROJECT_NAME}_04 ${LIBS})
add_executable(${PROJECT_NAME}_5 ${CORE_SOURCES} src/render/render-5.cpp) add_executable(${PROJECT_NAME}_05 ${CORE_SOURCES} src/render/render-5.cpp)
target_link_libraries(${PROJECT_NAME}_5 ${LIBS}) target_link_libraries(${PROJECT_NAME}_05 ${LIBS})
add_executable(${PROJECT_NAME}_6 ${CORE_SOURCES} src/render/render-6.cpp) add_executable(${PROJECT_NAME}_06 ${CORE_SOURCES} src/render/render-6.cpp)
target_link_libraries(${PROJECT_NAME}_6 ${LIBS}) target_link_libraries(${PROJECT_NAME}_06 ${LIBS})
add_executable(${PROJECT_NAME}_7 ${CORE_SOURCES} src/render/render-7.cpp) add_executable(${PROJECT_NAME}_07 ${CORE_SOURCES} src/render/render-7.cpp)
target_link_libraries(${PROJECT_NAME}_7 ${LIBS}) target_link_libraries(${PROJECT_NAME}_07 ${LIBS})
add_executable(${PROJECT_NAME}_8 ${CORE_SOURCES} src/render/render-8.cpp) add_executable(${PROJECT_NAME}_08 ${CORE_SOURCES} src/render/render-8.cpp)
target_link_libraries(${PROJECT_NAME}_8 ${LIBS}) target_link_libraries(${PROJECT_NAME}_08 ${LIBS})
add_executable(${PROJECT_NAME}_9 ${CORE_SOURCES} src/render/render-9.cpp) add_executable(${PROJECT_NAME}_09 ${CORE_SOURCES} src/render/render-9.cpp)
target_link_libraries(${PROJECT_NAME}_9 ${LIBS}) target_link_libraries(${PROJECT_NAME}_09 ${LIBS})
add_executable(${PROJECT_NAME}_10 ${CORE_SOURCES} src/render/render-10.cpp) add_executable(${PROJECT_NAME}_10 ${CORE_SOURCES} src/render/render-10.cpp)
target_link_libraries(${PROJECT_NAME}_10 ${LIBS}) target_link_libraries(${PROJECT_NAME}_10 ${LIBS})