Skip to content

Commit

Permalink
wiki: vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Nov 26, 2024
1 parent 3c19bd4 commit 637d7a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vcpkg/usage
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
nitki provides CMake targets:

find_package(utki CONFIG REQUIRED)
find_package(opros CONFIG REQUIRED)
find_package(nitki CONFIG REQUIRED)

target_link_libraries(main PRIVATE nitki::nitki)
1 change: 1 addition & 0 deletions wiki/Main.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,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}`
- **conan** (multi-OS): `{package_name}`
- **deb** (Linux): `lib{package_name}-dev`
- **homebrew** (MacOS X): `lib{package_name}`
Expand Down

0 comments on commit 637d7a8

Please sign in to comment.