mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
8 lines
271 B
CMake
8 lines
271 B
CMake
# - Config file for the websocketpp package
|
|
# It defines the following variables
|
|
# WEBSOCKETPP_FOUND - indicates that the module was found
|
|
# WEBSOCKETPP_INCLUDE_DIR - include directories
|
|
|
|
set(WEBSOCKETPP_FOUND TRUE)
|
|
set(WEBSOCKETPP_INCLUDE_DIR "@INSTALL_INCLUDE_DIR@")
|