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.15 by greg, Mon Jun 8 16:27:05 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 100 | Line 101 | set(rtrad_SOURCES
101  
102   if(UNIX)
103    list(APPEND rtrad_SOURCES unix_process.c)
104 +  if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
105 +    list(APPEND rtrad_SOURCES strlcpy.c)
106 +  endif()
107   else()
108    list(APPEND rtrad_SOURCES win_process.c win_popen.c win_usleep.c strlcpy.c)
109   endif()
# Line 124 | Line 128 | add_library(mgf
128    mgf_object.c
129    mgf_parser.c
130    mgf_xf.c
131 + )
132 +
133 + add_library(wfobj
134 +  objutil.c
135 +  readwfobj.c
136 +  convertobj.c
137 +  writewfobj.c
138   )
139  
140   add_library(libreetz

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines