From e539edc6555d66435145c53f83095e6a3542d8b5 Mon Sep 17 00:00:00 2001 From: vlad Date: Wed, 19 Apr 2023 14:28:55 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=BD=D0=B5=D0=B9=D0=BC=D0=B8=D0=BD=D0=B3=20=D0=BF?= =?UTF-8?q?=D1=83=D0=BD=D0=BA=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lab2/CMakeLists.txt | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) 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})