We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a185b04 commit 98b8f0fCopy full SHA for 98b8f0f
vcpkg/usage
@@ -1,4 +1,9 @@
1
tst provides CMake targets:
2
3
+find_package(utki CONFIG REQUIRED)
4
+find_package(clargs CONFIG REQUIRED)
5
+find_package(opros CONFIG REQUIRED)
6
+find_package(nitki CONFIG REQUIRED)
7
find_package(tst CONFIG REQUIRED)
8
+
9
target_link_libraries(main PRIVATE tst::tst)
wiki/main.adoc
@@ -6,6 +6,7 @@
. Setup your OS-preferred package system repo following link:https://github.com/cppfw/wiki/blob/main/enable_repo/enable_repo.adoc[this manual]
. Install package
+- **vcpkg** (multi-OS): `{package_name}`
10
- **conan** (multi-OS): `{package_name}`
11
- **deb** (Linux): `lib{package_name}-dev`
12
- **homebrew** (MacOS X): `lib{package_name}`
0 commit comments