]> git.stg.codes - stg.git/blob - libs/CMakeLists.txt
af3d944fe88fa0b110ab3bc52e056b381357929e
[stg.git] / libs / CMakeLists.txt
1 set ( CMAKE_POSITION_INDEPENDENT_CODE ON )
2
3 if ( BUILD_LIB_COMMON )
4     add_subdirectory (common)
5 endif ( BUILD_LIB_COMMON )
6
7 if ( BUILD_LIB_CONFFILES )
8     add_subdirectory (conffiles)
9 endif ( BUILD_LIB_CONFFILES )
10
11 if ( BUILD_LIB_CRYPTO )
12     add_subdirectory (crypto)
13 endif ( BUILD_LIB_CRYPTO )
14
15 if ( BUILD_LIB_DOTCONFPP )
16     add_subdirectory (dotconfpp)
17 endif ( BUILD_LIB_DOTCONFPP )
18
19 if ( BUILD_LIB_IA )
20     add_subdirectory (ia)
21 endif ( BUILD_LIB_IA )
22
23 if ( BUILD_LIB_IBPP )
24     add_subdirectory (ibpp)
25 endif ( BUILD_LIB_IBPP )
26
27 if ( BUILD_LIB_JSON )
28     add_subdirectory (json)
29 endif ( BUILD_LIB_JSON )
30
31 if ( BUILD_LIB_LOGGER )
32     add_subdirectory (logger)
33 endif ( BUILD_LIB_LOGGER )
34
35 if ( BUILD_LIB_PINGER )
36     add_subdirectory (pinger)
37 endif ( BUILD_LIB_PINGER )
38
39 if ( BUILD_LIB_SCRIPTEXECUTER )
40     add_subdirectory (scriptexecuter)
41 endif ( BUILD_LIB_SCRIPTEXECUTER )
42
43 if ( BUILD_LIB_SMUX )
44     add_subdirectory (smux)
45 endif ( BUILD_LIB_SMUX )
46
47 if ( BUILD_LIB_SRVCONF )
48     add_subdirectory (srvconf)
49 endif ( BUILD_LIB_SRVCONF )