7 lines
271 B
CMake
7 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@")
|