-
Notifications
You must be signed in to change notification settings - Fork 39
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Зачем потребовалось изменение? Не компилировалось?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/two-sum.hpp
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Зачем потребовалось копировать файл из include
?
No description provided.