Fixed serial port not working anymore.
[profile/ivi/dlt-daemon.git] / src / CMakeLists.txt
1 #######
2 # Dlt - Diagnostic Log and Trace
3 # @licence make begin@
4 #
5 # Copyright (C) 2011-2012, BMW AG - Alexander Wenzel <alexander.aw.wenzel@bmw.de>
6
7 # Contributions are licensed to the GENIVI Alliance under one or more
8 # Contribution License Agreements.
9
10 # This Source Code Form is subject to the terms of the
11 # Mozilla Public License, v. 2.0. If a  copy of the MPL was not distributed with
12 # this file, You can obtain one at http://mozilla.org/MPL/2.0/.
13 #
14 # @licence end@
15 ########
16
17 add_subdirectory( lib )
18 add_subdirectory( daemon )
19
20 if( WITH_DLT_CONSOLE )
21     add_subdirectory( console )
22 endif( WITH_DLT_CONSOLE )
23
24 if( WITH_DLT_EXAMPLES )
25     add_subdirectory( examples )
26 endif( WITH_DLT_EXAMPLES )
27
28 if( WTIH_DLT_ADAPTOR )
29     add_subdirectory( adaptor )
30 endif( WTIH_DLT_ADAPTOR )
31
32 if( WITH_DLT_TESTS )
33     add_subdirectory( tests )
34 endif( WITH_DLT_TESTS )
35
36 if( WITH_DLT_SYSTEM )
37     add_subdirectory( system )
38 endif( WITH_DLT_SYSTEM )