mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
git-subtree-dir: src/websocketpp git-subtree-split: 875d420952d2c47d38de15952a401f00773cdffc
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@")
|