# | Line 108 | Line 108 | if(UNIX) | |
---|---|---|
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 strnstr.o strlcpy.c) |
111 | > | list(APPEND rtrad_SOURCES win_process.c win_popen.c win_usleep.c strnstr.c strlcpy.c) |
112 | endif() | |
113 | ||
114 | add_library(rtrad ${rtrad_SOURCES}) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |