fixed adding file problem
[c11concurrency-benchmarks.git] / gdax-orderbook-hpp / demo / dependencies / websocketpp-0.7.0 / websocketpp-config.cmake.in
diff --git a/gdax-orderbook-hpp/demo/dependencies/websocketpp-0.7.0/websocketpp-config.cmake.in b/gdax-orderbook-hpp/demo/dependencies/websocketpp-0.7.0/websocketpp-config.cmake.in
new file mode 100644 (file)
index 0000000..6afe569
--- /dev/null
@@ -0,0 +1,7 @@
+# - 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@")