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.15 by greg, Mon Jun 8 16:27:05 2020 UTC vs.
Revision 1.20 by greg, Wed Aug 14 20:05:23 2024 UTC

# Line 20 | Line 20 | set(rtrad_SOURCES
20    colrops.c
21    cone.c
22    cvtcmd.c
23 +  data.c
24    depthcodec.c
25    dircode.c
26    disk2square.c
27 +  dmessage.c
28    ealloc.c
29    eputs.c
30    erf.c
# Line 52 | Line 54 | set(rtrad_SOURCES
54    instance.c
55    interp2d.c
56    invmat4.c
57 +  jitteraperture.c
58    lamps.c
59    linregr.c
60    loadbsdf.c
# Line 114 | Line 117 | if(WIN32)
117    target_link_libraries(rtrad ws2_32)
118   endif()
119  
120 + add_library(cpprad,
121 +  abitmap.cpp
122 +  abitmapio.cpp
123 + )
124 +
125   add_library(rgl
126    rgldomat.c
127    rglfile.c
# Line 135 | Line 143 | add_library(wfobj
143    readwfobj.c
144    convertobj.c
145    writewfobj.c
146 +  objtriangulate.c
147   )
148  
149 < add_library(libreetz
149 > add_library(reetz
150    g3affine.c
142  g3affine.h
151    g3flist.c
144  g3flist.h
145  g3list.h
146  g3nlist.h
152    g3sphere.c
148  g3sphere.h
153    g3vector.c
150  g3vector.h
154    gbasic.c
152  gbasic.h
155    muc_randvar.c
154  muc_randvar.h
156   )
157  
158   add_executable(testBSDF
# Line 161 | Line 162 | add_executable(testBSDF
162   )
163   target_link_libraries(testBSDF radiance rtrad)
164  
165 < install(TARGETS rtrad mgf
165 > install(TARGETS rtrad cpprad mgf
166    LIBRARY DESTINATION "bin"
167    ARCHIVE DESTINATION "bin"
168   )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines