aboutsummaryrefslogtreecommitdiff
path: root/ports/wxwidgets/usage
diff options
context:
space:
mode:
authorras0219 <533828+ras0219@users.noreply.github.com>2021-02-08 18:30:48 -0800
committerGitHub <noreply@github.com>2021-02-08 18:30:48 -0800
commitea11604579181b0ff790be223ee3ded3068142f9 (patch)
tree59029f22c2752728954c3301f715ba9e07d8d363 /ports/wxwidgets/usage
parent5957dcb91255b962c484093e33bc9414b6f3e29c (diff)
downloadvcpkg-ea11604579181b0ff790be223ee3ded3068142f9.tar.gz
vcpkg-ea11604579181b0ff790be223ee3ded3068142f9.zip
[wxwidgets] Fix #4756 (#13361)
* [wxwidgets] Fix #4756 * [wxwidgets] Avoid replacing FindwxWidgets from CMake * [wxwidgets] Provide usage information * [gppanel] Use built-in CMake module * [wxchartdir] Use built-in CMake module * [wxwidgets] Fixup for applocal-ing * [wxwidgets] Fix osx builds * Update port_versions * [gppanel][wxchartdir][wxwidgets] Change versioning schemas Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
Diffstat (limited to 'ports/wxwidgets/usage')
-rw-r--r--ports/wxwidgets/usage5
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/wxwidgets/usage b/ports/wxwidgets/usage
new file mode 100644
index 000000000..e873e4ae3
--- /dev/null
+++ b/ports/wxwidgets/usage
@@ -0,0 +1,5 @@
+The package wxwidgets provides CMake integration:
+
+ find_package(wxWidgets REQUIRED)
+ target_include_directories(main PRIVATE ${wxWidgets_INCLUDE_DIRS})
+ target_link_libraries(main PRIVATE ${wxWidgets_LIBRARIES})