DeviceAtlas Device Detection C API DeviceAtlas provides industrial grade device identification using HTTP headers, and by adding device intelligence to HAProxy a richer configuration is possible, allowing administrators to make decisions based on device type amongst other properties. WWW: https://www.deviceatlas.com PR: 201422 Submitted by: David Carlier <dcarlier@afilias.info>
8 lines
214 B
Text
8 lines
214 B
Text
--- CMakeLists.txt.orig 2017-10-18 10:07:09 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -2,3 +2,5 @@ cmake_minimum_required(VERSION 2.6)
|
|
|
|
subdirs(Src)
|
|
subdirs(Examples)
|
|
+
|
|
+install(DIRECTORY Documentation/ DESTINATION ${DOCSDIR})
|