Skip to content

Commit

Permalink
update vcpkg overlay usage
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Feb 5, 2024
1 parent 379fa61 commit b9bdca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello_imgui_cmake/overlay_vcpkg/hello-imgui/usage
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Usage with `hello_imgui_add_app` (recommended)

Usage with `target_link_libraries`
set(CMAKE_CXX_STANDARD 17)
find_package(hello_imgui CONFIG REQUIRED)
find_package(hello-imgui CONFIG REQUIRED)
# Note the subtle difference between the package name and the target name: hello-imgui vs hello_imgui!
target_link_libraries(main PRIVATE hello-imgui::hello_imgui)
# this mode will ignore all of hello_imgui cmake tooling, and will not deploy the assets
Expand Down

0 comments on commit b9bdca7

Please sign in to comment.