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.1 by greg, Sat Oct 22 22:38:10 2011 UTC vs.
Revision 1.7 by greg, Thu Jul 14 17:32:12 2016 UTC

# Line 1 | Line 1
1   set(rtrad_SOURCES
2    addobjnotify.c badarg.c biggerlib.c bmalloc.c bmpfile.c bsdf.c bsdf_m.c
3    bsdf_t.c byteswap.c caldefn.c calexpr.c calfunc.c calprnt.c ccolor.c ccyrgb.c
4 <  chanvalue.c clip.c color.c colrops.c cone.c dircode.c disk2square.c ealloc.c
4 >  chanvalue.c clip.c color.c colrops.c cone.c cvtcmd.c dircode.c disk2square.c ealloc.c
5    eputs.c erf.c error.c expandarg.c ezxml.c face.c falsecolor.c fdate.c
6    fgetline.c fgetval.c fgetword.c fixargv0.c font.c fputword.c free_os.c
7    fropen.c fvect.c gethomedir.c getlibpath.c getpath.c header.c hilbert.c
# 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 24 | Line 24 | if(WIN32)
24    target_link_libraries(rtrad ws2_32)
25   endif()
26  
27 + add_library(rgl rglfile.c rglmat.c rgldomat.c rglsurf.c rglinst.c rglsrc.c)
28   add_library(mgf mgf_parser.c mgf_object.c mgf_xf.c mgf_context.c)
29 + add_library(libreetz g3affine.c g3affine.h g3flist.c g3flist.h g3list.h g3nlist.h
30 +        g3sphere.c g3sphere.h g3vector.c g3vector.h gbasic.c gbasic.h muc_randvar.c muc_randvar.h)
31  
32 + if (BUILD_TESTING)
33 +  add_executable(testBSDF testBSDF.c bsdf.c rtio.h)
34 +  target_link_libraries(testBSDF radiance rtrad)
35 + endif()
36 +
37   install(TARGETS rtrad mgf
38    LIBRARY DESTINATION bin
39    ARCHIVE DESTINATION bin)
40 +
41 + install(FILES tmesh.cal DESTINATION lib)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines