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.21 by greg, Mon Aug 19 20:21:08 2024 UTC vs.
Revision 1.24 by greg, Sat Mar 1 00:51:26 2025 UTC

# Line 105 | Line 105 | set(rtrad_SOURCES
105   if(UNIX)
106    list(APPEND rtrad_SOURCES unix_process.c)
107    if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
108 <    list(APPEND rtrad_SOURCES strlcpy.c)
108 >    list(APPEND rtrad_SOURCES strnstr.c strlcpy.c)
109    endif()
110   else()
111 <  list(APPEND rtrad_SOURCES win_process.c win_popen.c win_usleep.c strlcpy.c)
111 >  list(APPEND rtrad_SOURCES win_process.c win_popen.c win_usleep.c strnstr.c strlcpy.c strncasecmp.c)
112   endif()
113  
114   add_library(rtrad ${rtrad_SOURCES})

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines