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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 62 - (hide annotations) (download)
Wed Aug 23 22:45:45 2006 UTC (6 years, 9 months ago) by blade
File MIME type: text/plain
File size: 392 byte(s)
-O2 compiler flags
1 blade 10 PROJECT (READECD)
2     INCLUDE_DIRECTORIES(../include ../cdrecord . )
3    
4     LINK_DIRECTORIES(../libschily ../libscg ../libdeflt ../libfile)
5     ADD_EXECUTABLE (readcd cd_misc.c defaults.c getnum.c io.c misc.c modes.c movesect.c readcd.c scsi_cdr.c scsi_mmc.c scsi_scan.c)
6     TARGET_LINK_LIBRARIES(readcd scg schily deflt file)
7 blade 62 SET_TARGET_PROPERTIES(readcd PROPERTIES COMPILE_FLAGS -O2 SKIP_BUILD_RPATH TRUE)
8 blade 61

  ViewVC Help
Powered by ViewVC 1.1.5