Last change
on this file since 331 was 329, checked in by phudelai, 10 years ago |
dbcDecriptor added to the framework
|
-
Property svn:executable
set to
*
|
File size:
580 bytes
|
Rev | Line | |
---|
[89] | 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)
|
---|
[329] | 21 | add_subdirectory(dbcDecriptor)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.