Last change
on this file since 91 was 89, checked in by morasjul, 12 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 | # ========================================
|
---|
4 | add_subdirectory(FileLib)
|
---|
5 | add_subdirectory(PacpusLib)
|
---|
6 | add_subdirectory(PacpusTools)
|
---|
7 | add_subdirectory(DBITEPlayerLib)
|
---|
8 |
|
---|
9 | # ========================================
|
---|
10 | # Libraries, windows
|
---|
11 | # ========================================
|
---|
12 | if(WIN32)
|
---|
13 | add_subdirectory(RoadTime)
|
---|
14 | endif()
|
---|
15 |
|
---|
16 | # ========================================
|
---|
17 | # Executables
|
---|
18 | # ========================================
|
---|
19 | add_subdirectory(DBITEPlayer)
|
---|
20 | add_subdirectory(PacpusSensor)
|
---|
21 |
|
---|
22 | # ========================================
|
---|
23 | # Beta 2.0 Test Modules (for experimentales tests)
|
---|
24 | # ========================================
|
---|
25 | add_subdirectory(TestComponents)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.