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