diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-02-13 00:01:51 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-02-13 00:01:51 -0800 |
| commit | 4fd4c03dd85bec35d39a9da4af1a00cf975801ef (patch) | |
| tree | f0d8f7e248dd7d66204869b29fb706f68240243e /ports/liblzma/usage | |
| parent | d8f3fffd5e12b241d9cc0ef67a46c087d4c63949 (diff) | |
| download | vcpkg-4fd4c03dd85bec35d39a9da4af1a00cf975801ef.tar.gz vcpkg-4fd4c03dd85bec35d39a9da4af1a00cf975801ef.zip | |
[liblzma] Add usage information
Diffstat (limited to 'ports/liblzma/usage')
| -rw-r--r-- | ports/liblzma/usage | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/liblzma/usage b/ports/liblzma/usage new file mode 100644 index 000000000..6f5a281a5 --- /dev/null +++ b/ports/liblzma/usage @@ -0,0 +1,5 @@ +The package liblzma is compatible with built-in CMake targets:
+
+ find_package(LibLZMA REQUIRED)
+ target_include_directories(main PRIVATE ${LIBLZMA_INCLUDE_DIRS})
+ target_link_libraries(main PRIVATE ${LIBLZMA_LIBRARIES})
|
