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.14 by greg, Mon Mar 30 18:28:35 2020 UTC vs.
Revision 1.18 by greg, Fri Dec 3 18:10:48 2021 UTC

# Line 52 | 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 101 | 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 132 | Line 136 | add_library(wfobj
136    readwfobj.c
137    convertobj.c
138    writewfobj.c
139 +  objtriangulate.c
140   )
141  
142 < add_library(libreetz
142 > add_library(reetz
143    g3affine.c
144    g3affine.h
145    g3flist.c

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines