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.9 by greg, Thu Jan 18 20:24:34 2018 UTC vs.
Revision 1.18 by greg, Fri Dec 3 18:10:48 2021 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines