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.9 by greg, Thu Jan 18 20:24:34 2018 UTC vs.
Revision 1.10 by greg, Wed Mar 21 19:59:07 2018 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines