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.14 by greg, Mon Mar 30 18:28:35 2020 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 124 | Line 125 | add_library(mgf
125    mgf_object.c
126    mgf_parser.c
127    mgf_xf.c
128 + )
129 +
130 + add_library(wfobj
131 +  objutil.c
132 +  readwfobj.c
133 +  convertobj.c
134 +  writewfobj.c
135   )
136  
137   add_library(libreetz

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines