forked from syslog-ng/syslog-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCMakeLists.txt
60 lines (58 loc) · 907 Bytes
/
CMakeLists.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
set(SCL_DIRS
apache
arr
cee
cim
checkpoint
cisco
collectd
default-network-drivers
darwinosl
discord
elasticsearch
ewmm
fortigate
google
graphite
graylog2
hdfs
iptables
jellyfin
junos
kafka
linux-audit
loadbalancer
loggly
logmatic
logscale
mariadb
mbox
netskope
nodejs
openobserve
opensearch
osquery
pacct
paloalto
pihole
pgsql
python
qbittorrent
rewrite
slack
snmptrap
solaris
splunk
sudo
sumologic
syslogconf
system
telegram
websense
windowseventlog
)
install(DIRECTORY ${SCL_DIRS} DESTINATION share/syslog-ng/include/scl)
install(FILES scl.conf DESTINATION share/syslog-ng/include)
if (NOT EXISTS ${CMAKE_INSTALL_PREFIX}/etc/syslog-ng.conf)
install(FILES syslog-ng.conf DESTINATION etc)
endif()