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.15 by greg, Mon Jun 8 16:27:05 2020 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 20 | Line 22 | set(rtrad_SOURCES
22    colrops.c
23    cone.c
24    cvtcmd.c
25 +  data.c
26    depthcodec.c
27    dircode.c
28    disk2square.c
29 +  dmessage.c
30    ealloc.c
31    eputs.c
32    erf.c
# Line 52 | Line 56 | set(rtrad_SOURCES
56    instance.c
57    interp2d.c
58    invmat4.c
59 +  jitteraperture.c
60    lamps.c
61    linregr.c
62    loadbsdf.c
# Line 102 | 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})
# Line 114 | Line 119 | if(WIN32)
119    target_link_libraries(rtrad ws2_32)
120   endif()
121  
122 + add_library(cpprad
123 +  abitmap.cpp
124 +  abitmapio.cpp
125 + )
126 +
127   add_library(rgl
128    rgldomat.c
129    rglfile.c
# Line 135 | Line 145 | add_library(wfobj
145    readwfobj.c
146    convertobj.c
147    writewfobj.c
148 +  objtriangulate.c
149   )
150  
151 < add_library(libreetz
151 > add_library(reetz
152    g3affine.c
142  g3affine.h
153    g3flist.c
144  g3flist.h
145  g3list.h
146  g3nlist.h
154    g3sphere.c
148  g3sphere.h
155    g3vector.c
150  g3vector.h
156    gbasic.c
152  gbasic.h
157    muc_randvar.c
154  muc_randvar.h
158   )
159  
160   add_executable(testBSDF
# Line 161 | Line 164 | add_executable(testBSDF
164   )
165   target_link_libraries(testBSDF radiance rtrad)
166  
167 < install(TARGETS rtrad mgf
167 > install(TARGETS rtrad cpprad mgf
168    LIBRARY DESTINATION "bin"
169    ARCHIVE DESTINATION "bin"
170   )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines