Skip to content

Commit 5d60258

Browse files
committed
wiki: vcpkg
1 parent 7d5679c commit 5d60258

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ CSS object model C++ library
1414
. Setup your OS-preferred package system repo following link:https://github.com/cppfw/wiki/blob/main/enable_repo/enable_repo.adoc[this manual]
1515
. Install package
1616
+
17+
- **vcpkg** (multi-OS): `{package_name}`
1718
- **conan** (multi-OS): `{package_name}`
1819
- **deb** (Linux): `lib{package_name}-dev`
1920
- **homebrew** (MacOS X): `lib{package_name}`

vcpkg/usage

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
cssom provides CMake targets:
22

3+
find_package(utki CONFIG REQUIRED)
4+
find_package(ZLIB REQUIRED)
5+
find_package(papki CONFIG REQUIRED)
36
find_package(cssom CONFIG REQUIRED)
7+
48
target_link_libraries(main PRIVATE cssom::cssom)

0 commit comments

Comments
 (0)