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.11 by greg, Thu Apr 19 15:31:27 2018 UTC vs.
Revision 1.19 by greg, Fri Aug 2 18:47:25 2024 UTC

# Line 20 | Line 20 | set(rtrad_SOURCES
20    colrops.c
21    cone.c
22    cvtcmd.c
23 +  data.c
24 +  depthcodec.c
25    dircode.c
26    disk2square.c
27    ealloc.c
# Line 35 | Line 37 | set(rtrad_SOURCES
37    fgetval.c
38    fgetword.c
39    fixargv0.c
40 +  fltdepth.c
41    font.c
42    fputword.c
43    free_os.c
# Line 45 | Line 48 | set(rtrad_SOURCES
48    getpath.c
49    header.c
50    hilbert.c
51 +  idmap.c
52    image.c
53    instance.c
54    interp2d.c
55    invmat4.c
56 +  jitteraperture.c
57    lamps.c
58    linregr.c
59    loadbsdf.c
# Line 59 | Line 64 | set(rtrad_SOURCES
64    modobject.c
65    multisamp.c
66    myhostname.c
67 +  normcodec.c
68    objset.c
69    octree.c
70    otypes.c
# Line 97 | Line 103 | set(rtrad_SOURCES
103  
104   if(UNIX)
105    list(APPEND rtrad_SOURCES unix_process.c)
106 +  if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
107 +    list(APPEND rtrad_SOURCES strlcpy.c)
108 +  endif()
109   else()
110    list(APPEND rtrad_SOURCES win_process.c win_popen.c win_usleep.c strlcpy.c)
111   endif()
# Line 123 | Line 132 | add_library(mgf
132    mgf_xf.c
133   )
134  
135 < add_library(libreetz
135 > add_library(wfobj
136 >  objutil.c
137 >  readwfobj.c
138 >  convertobj.c
139 >  writewfobj.c
140 >  objtriangulate.c
141 > )
142 >
143 > add_library(reetz
144    g3affine.c
145    g3affine.h
146    g3flist.c

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines