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.17 by greg, Mon Oct 18 16:20:21 2021 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines