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.19 by greg, Fri Aug 2 18:47:25 2024 UTC

# Line 20 | Line 20 | set(rtrad_SOURCES
20    colrops.c
21    cone.c
22    cvtcmd.c
23 +  data.c
24    depthcodec.c
25    dircode.c
26    disk2square.c
# Line 52 | Line 53 | set(rtrad_SOURCES
53    instance.c
54    interp2d.c
55    invmat4.c
56 +  jitteraperture.c
57    lamps.c
58    linregr.c
59    loadbsdf.c
# Line 101 | Line 103 | set(rtrad_SOURCES
103  
104   if(UNIX)
105    list(APPEND rtrad_SOURCES unix_process.c)
106 +  if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
107 +    list(APPEND rtrad_SOURCES strlcpy.c)
108 +  endif()
109   else()
110    list(APPEND rtrad_SOURCES win_process.c win_popen.c win_usleep.c strlcpy.c)
111   endif()
# Line 132 | Line 137 | add_library(wfobj
137    readwfobj.c
138    convertobj.c
139    writewfobj.c
140 +  objtriangulate.c
141   )
142  
143 < add_library(libreetz
143 > add_library(reetz
144    g3affine.c
145    g3affine.h
146    g3flist.c

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines