Files
rippled/websocketpp-config.cmake.in
Jeff Mitchell 980fa8db67 Create -config and -configversion files so find_package in other
CMake-using applications works to include websocketpp. Also, a lot of
cleanup.
2013-05-15 08:23:37 -04:00

7 lines
200 B
CMake

# - Config file for the websocketpp package
# It defines the following variables
# WEBSOCKETPP_INCLUDE_DIR - include directories
# Compute paths
set(WEBSOCKETPP_INCLUDE_DIR "@INSTALL_INCLUDE_DIR@")