Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Лагунов Евгений Сергеевич #31

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jonyks
Copy link

@jonyks jonyks commented Dec 6, 2024

No description provided.

Copy link
Owner

@czertyaka czertyaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Необходимо убрать директорию build из Git

@@ -14,7 +14,7 @@ add_executable(main "${SRC_DIR}/main.cpp" "${SRC_DIR}/two-sum.cpp")

find_package(GTest REQUIRED)
add_executable(two-sum-test "${TEST_DIR}/test.cpp" "${SRC_DIR}/two-sum.cpp")
target_link_libraries(two-sum-test PRIVATE gtest::gtest)
target_link_libraries(two-sum-test PRIVATE GTest::GTest GTest::Main)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Зачем потребовалось изменение? Не компилировалось?

Copy link
Author

@jonyks jonyks Dec 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Верно, вызывалась ошибка указывающая на неправильную строку кода
Без имени2

src/two-sum.hpp Outdated
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Зачем потребовалось копировать файл из include?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants