Parent Directory
|
Revision Log
Big bomb. Added CMakeLists.txt, inc/* files from a03 which serve the build system. BS for some parts still missing
| 1 | PROJECT (LIBdeflt) |
| 2 | INCLUDE_DIRECTORIES(../include ../libhfs_iso . ../cdrecord) |
| 3 | ADD_DEFINITIONS(-DHAVE_CONFIG_H) |
| 4 | |
| 5 | SET(LIBdeflt_SRCS default.c) |
| 6 | |
| 7 | ADD_LIBRARY (deflt STATIC ${LIBdeflt_SRCS}) |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |