source: pacpusframework/branches/2.0-beta1/src/CMakeLists.txt@ 89

Last change on this file since 89 was 89, checked in by morasjul, 11 years ago

PACPUS 2.0 Beta deployed in new branch

Major changes:
-Add communication interface between components
-Add examples for communications interface (TestComponents)
-Move to Qt5 support

  • Property svn:executable set to *
File size: 720 bytes
Line 
1# ========================================
2# Libraries, all platforms
3# ========================================
4add_subdirectory(FileLib)
5add_subdirectory(PacpusLib)
6add_subdirectory(PacpusTools)
7add_subdirectory(DBITEPlayerLib)
8
9# ========================================
10# Libraries, windows
11# ========================================
12if(WIN32)
13 add_subdirectory(RoadTime)
14endif()
15
16# ========================================
17# Executables
18# ========================================
19add_subdirectory(DBITEPlayer)
20add_subdirectory(PacpusSensor)
21
22# ========================================
23# Beta 2.0 Test Modules (for experimentales tests)
24# ========================================
25add_subdirectory(TestComponents)
Note: See TracBrowser for help on using the repository browser.