/[debburn]/nonameyet/trunk/libscg/CMakeLists.txt
ViewVC logotype

Contents of /nonameyet/trunk/libscg/CMakeLists.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10 - (show annotations) (download)
Tue Aug 22 17:26:11 2006 UTC (6 years, 9 months ago) by blade
File MIME type: text/plain
File size: 441 byte(s)
Big bomb. Added CMakeLists.txt, inc/* files from a03 which serve the build system. BS for some parts still missing
1 PROJECT (LIBSCG)
2 INCLUDE_DIRECTORIES(../include . ../cdrecord)
3
4 #SET(LIBSCG_SRCS rdummy.c scgsettarget.c scgtimes.c scsi-linux-ata.c scsi-linux-pg.c scsi-linux-sg.c scsierrs.c scsihack.c scsihelp.c scsiopen.c scsitransp.c)
5 SET(LIBSCG_SRCS rdummy.c scgsettarget.c scgtimes.c scsierrs.c scsihack.c scsihelp.c scsiopen.c scsitransp.c)
6
7 LINK_DIRECTORIES(../libschily)
8 ADD_LIBRARY (scg STATIC ${LIBSCG_SRCS})
9 TARGET_LINK_LIBRARIES(scg schily)

  ViewVC Help
Powered by ViewVC 1.1.5