Last change
on this file since 253 was 97, checked in by morasjul, 11 years ago |
fix repository (remove useless file (moved)
|
-
Property svn:executable
set to
*
|
File size:
549 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)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.