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.12 by greg, Fri Jul 26 16:18:06 2019 UTC vs.
Revision 1.18 by greg, Fri Dec 3 18:10:48 2021 UTC

# Line 36 | 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 51 | Line 52 | set(rtrad_SOURCES
52    instance.c
53    interp2d.c
54    invmat4.c
55 +  jitteraperture.c
56    lamps.c
57    linregr.c
58    loadbsdf.c
# Line 100 | 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 win_usleep.c strlcpy.c)
110   endif()
# Line 126 | 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines