Skip to content

Commit 98b8f0f

Browse files
committed
wiki: vcpkg
1 parent a185b04 commit 98b8f0f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

vcpkg/usage

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

3+
find_package(utki CONFIG REQUIRED)
4+
find_package(clargs CONFIG REQUIRED)
5+
find_package(opros CONFIG REQUIRED)
6+
find_package(nitki CONFIG REQUIRED)
37
find_package(tst CONFIG REQUIRED)
8+
49
target_link_libraries(main PRIVATE tst::tst)

wiki/main.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
. Setup your OS-preferred package system repo following link:https://github.com/cppfw/wiki/blob/main/enable_repo/enable_repo.adoc[this manual]
77
. Install package
88
+
9+
- **vcpkg** (multi-OS): `{package_name}`
910
- **conan** (multi-OS): `{package_name}`
1011
- **deb** (Linux): `lib{package_name}-dev`
1112
- **homebrew** (MacOS X): `lib{package_name}`

0 commit comments

Comments
 (0)