diff options
| author | zi-m <53815290+zi-m@users.noreply.github.com> | 2019-08-27 19:56:45 +0200 |
|---|---|---|
| committer | Curtis J Bezault <curtbezault@gmail.com> | 2019-08-27 10:56:45 -0700 |
| commit | 693d05fa965b28fded96d0ded7b1cda84189ff48 (patch) | |
| tree | 19889f4e5a336c19b289dbb6717dcfbbc4c5f49c /ports/gppanel/usage | |
| parent | 8b7f940d82f829bb7d6dbf986225d69b07cbcb40 (diff) | |
| download | vcpkg-693d05fa965b28fded96d0ded7b1cda84189ff48.tar.gz vcpkg-693d05fa965b28fded96d0ded7b1cda84189ff48.zip | |
[gppanel] Add new port (#7868)
* gppanel
* fix Homepage
* use GLOB_RECURSE instead of GLOB
* use FindwxWidgets.cmake from CaeruleusAqua/vcpkg-wx-find
Diffstat (limited to 'ports/gppanel/usage')
| -rw-r--r-- | ports/gppanel/usage | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/gppanel/usage b/ports/gppanel/usage new file mode 100644 index 000000000..1ad1e6c42 --- /dev/null +++ b/ports/gppanel/usage @@ -0,0 +1,4 @@ +The package gppanel provides CMake targets: + + find_package(gpPanel CONFIG REQUIRED) + target_link_libraries(main PRIVATE gpPanel) |
