mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:59:10 +08:00
50847d0c8e
* add valve source rcon protocal library, depend on asio * add license * fix format error * add version 1.0.0 * add blank line at the end of portfile.cmake and usage file * execute vcpkg x-add-version --all --overwrite-version to fix error in CI * change package name to cialloo-rcon * change version * Update versions/baseline.json Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com> --------- Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
5 lines
179 B
Plaintext
5 lines
179 B
Plaintext
The package rcon is header only and can be used from CMake via:
|
|
|
|
find_path(RCON_INCLUDE_DIRS "rcon.hpp")
|
|
target_include_directories(main PRIVATE ${RCON_INCLUDE_DIRS})
|