diff options
Diffstat (limited to 'vcpkg/ports/cialloo-rcon/usage')
| -rw-r--r-- | vcpkg/ports/cialloo-rcon/usage | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcpkg/ports/cialloo-rcon/usage b/vcpkg/ports/cialloo-rcon/usage new file mode 100644 index 0000000..9c33607 --- /dev/null +++ b/vcpkg/ports/cialloo-rcon/usage @@ -0,0 +1,4 @@ +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})
|