diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2019-08-23 08:54:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-23 08:54:20 +0200 |
| commit | d93b940b18a9875a248af15822ed1af0b12b174d (patch) | |
| tree | ac1ed5dd213da7e29eb15608961b0a869a13ea4b /ports/quickfast/usage | |
| parent | 18d61a3fb140ac1f4d9d605e02fdd614e1c2ff14 (diff) | |
| parent | 78abf650e7797d28bcb4c4c94db47638a80c2005 (diff) | |
| download | vcpkg-d93b940b18a9875a248af15822ed1af0b12b174d.tar.gz vcpkg-d93b940b18a9875a248af15822ed1af0b12b174d.zip | |
Merge branch 'master' into path_separator
Diffstat (limited to 'ports/quickfast/usage')
| -rw-r--r-- | ports/quickfast/usage | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/quickfast/usage b/ports/quickfast/usage new file mode 100644 index 000000000..26c4bea21 --- /dev/null +++ b/ports/quickfast/usage @@ -0,0 +1,4 @@ +The package quickfast provides CMake targets: + + find_package(quickfast CONFIG REQUIRED) + target_link_libraries(main PRIVATE quickfast) |
