From f56f6992b44f2427fea17f03e98558cbc4d9eb06 Mon Sep 17 00:00:00 2001 From: blank2581538 <rrshagin@edu.hse.ru> Date: Wed, 22 Jan 2025 22:08:29 +0300 Subject: [PATCH] - --- CMakeLists.txt | 4 ++-- labb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d7a422f..5608b83 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,8 +4,8 @@ set(CMAKE_CXX_STANDARD 17) project(111) -add_executable("source/complex.cpp") +add_executable(111 "source/complex.cpp") add_subdirectory(labb) -target_link_libraries(111 PUBLIC linalg) +target_link_libraries(111 PUBLIC labb) diff --git a/labb b/labb index 598d2ec..1a5d9fd 160000 --- a/labb +++ b/labb @@ -1 +1 @@ -Subproject commit 598d2ec8b07b910384b538b70802aa8f2f95edb9 +Subproject commit 1a5d9fdc3d35823e1aeedf1f44d6cd9613f8ef10 -- GitLab