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.8 by greg, Mon Jan 8 16:51:32 2018 UTC vs.
Revision 1.9 by greg, Thu Jan 18 20:24:34 2018 UTC

# Line 96 | Line 96 | set(rtrad_SOURCES
96   )
97  
98   if(UNIX)
99 <  list(APPEND rtrad_SOURCES unix_process.c strcmp.c)
99 >  list(APPEND rtrad_SOURCES unix_process.c)
100   else()
101 <  list(APPEND rtrad_SOURCES win_process.c win_popen.c)
101 >  list(APPEND rtrad_SOURCES win_process.c win_popen.c strlcpy.c)
102   endif()
103  
104   add_library(rtrad ${rtrad_SOURCES})

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines