Closed joykumarbera closed 2 months ago
Typo
i was following this section https://learn.microsoft.com/en-in/vcpkg/get_started/get-started-vs?pivots=shell-cmd#3---set-up-the-project-files but the cpp file mentioned in the CMakeLists.txt and in the explanation both are different.
In the cmake file mentioned add_executable(HelloWorld main.cpp) and later in the document mentioned add_executable(HelloWorld helloworld.cpp)
add_executable(HelloWorld main.cpp)
add_executable(HelloWorld helloworld.cpp)
https://learn.microsoft.com/en-in/vcpkg/get_started/get-started-vs
https://github.com/Microsoft/vcpkg-docs/blob/main/vcpkg/get_started/get-started-vs.md
94e7a328-84e7-33e6-9e9f-9bb95cbd99cb
@JavierMatosD
Fixed in #404
Type of issue
Typo
Description
i was following this section https://learn.microsoft.com/en-in/vcpkg/get_started/get-started-vs?pivots=shell-cmd#3---set-up-the-project-files but the cpp file mentioned in the CMakeLists.txt and in the explanation both are different.
In the cmake file mentioned
add_executable(HelloWorld main.cpp)
and later in the document mentionedadd_executable(HelloWorld helloworld.cpp)
Page URL
https://learn.microsoft.com/en-in/vcpkg/get_started/get-started-vs
Content source URL
https://github.com/Microsoft/vcpkg-docs/blob/main/vcpkg/get_started/get-started-vs.md
Document Version Independent Id
94e7a328-84e7-33e6-9e9f-9bb95cbd99cb
Article author
@JavierMatosD
Metadata