ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/src/common/CMakeLists.txt
(Generate patch)

Comparing src/common/CMakeLists.txt (file contents):
Revision 1.21 by greg, Mon Aug 19 20:21:08 2024 UTC vs.
Revision 1.25 by greg, Thu Jul 24 01:24:01 2025 UTC

# Line 1 | Line 1
1 + # RCSid $Id$
2 +
3   set(rtrad_SOURCES
4    addobjnotify.c
5    badarg.c
# Line 105 | Line 107 | set(rtrad_SOURCES
107   if(UNIX)
108    list(APPEND rtrad_SOURCES unix_process.c)
109    if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
110 <    list(APPEND rtrad_SOURCES strlcpy.c)
110 >    list(APPEND rtrad_SOURCES strnstr.c strlcpy.c)
111    endif()
112   else()
113 <  list(APPEND rtrad_SOURCES win_process.c win_popen.c win_usleep.c strlcpy.c)
113 >  list(APPEND rtrad_SOURCES win_process.c win_popen.c win_usleep.c strnstr.c strlcpy.c strncasecmp.c)
114   endif()
115  
116   add_library(rtrad ${rtrad_SOURCES})

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines