ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/CMakeLists.txt
(Generate patch)

Comparing ray/src/common/CMakeLists.txt (file contents):
Revision 1.2 by greg, Wed Apr 25 22:21:06 2012 UTC vs.
Revision 1.4 by greg, Fri Feb 7 19:00:45 2014 UTC

# Line 10 | Line 10 | set(rtrad_SOURCES
10    paths.c plocate.c portio.c process.c quit.c readfargs.c readmesh.c readobj.c
11    readoct.c resolu.c rexpr.c savqstr.c savestr.c sceneio.c spec_rgb.c tcos.c
12    tmap16bit.c tmapcolrs.c tmapluv.c timegm.c tmaptiff.c tmesh.c tonemap.c
13 <  urand.c urind.c words.c wordfile.c wputs.c xf.c zeroes.c)
13 >  triangulate.c urand.c urind.c words.c wordfile.c wputs.c xf.c zeroes.c)
14  
15   if(UNIX)
16    list(APPEND rtrad_SOURCES unix_process.c strcmp.c)
# Line 30 | Line 30 | add_library(mgf mgf_parser.c mgf_object.c mgf_xf.c mgf
30   install(TARGETS rtrad mgf
31    LIBRARY DESTINATION bin
32    ARCHIVE DESTINATION bin)
33 +
34 + install(FILES tmesh.cal DESTINATION lib)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines