mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:38:59 +08:00
41b95a3c7d
* Add port kissnet * Small fixes again according to the GitHub bot * Update ports/kissnet/portfile.cmake Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> * Bump port version * Update ports/kissnet/portfile.cmake Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> * Overwrite version * Only copy header and add usage * Add version * Update ports/kissnet/portfile.cmake Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> * version * vdb * Add quotes, remove 'add 1 to x' comments. Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> Co-authored-by: FrankXie <v-frankxie@microsoft.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
4 lines
189 B
Plaintext
4 lines
189 B
Plaintext
The package kissnet is header only and can be used from CMake via:
|
|
|
|
find_path(KISSNET_INCLUDE_DIRS "kissnet.hpp")
|
|
target_include_directories(main PRIVATE ${KISSNET_INCLUDE_DIRS}) |