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.11 by greg, Thu Apr 19 15:31:27 2018 UTC vs.
Revision 1.22 by greg, Tue Dec 3 01:11:43 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 35 | Line 38 | set(rtrad_SOURCES
38    fgetval.c
39    fgetword.c
40    fixargv0.c
41 +  fltdepth.c
42    font.c
43    fputword.c
44    free_os.c
# Line 45 | Line 49 | set(rtrad_SOURCES
49    getpath.c
50    header.c
51    hilbert.c
52 +  idmap.c
53    image.c
54    instance.c
55    interp2d.c
56    invmat4.c
57 +  jitteraperture.c
58    lamps.c
59    linregr.c
60    loadbsdf.c
# Line 59 | Line 65 | set(rtrad_SOURCES
65    modobject.c
66    multisamp.c
67    myhostname.c
68 +  normcodec.c
69    objset.c
70    octree.c
71    otypes.c
# Line 97 | Line 104 | set(rtrad_SOURCES
104  
105   if(UNIX)
106    list(APPEND rtrad_SOURCES unix_process.c)
107 +  if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
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.o strlcpy.c)
112   endif()
113  
114   add_library(rtrad ${rtrad_SOURCES})
# Line 107 | 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 123 | Line 138 | add_library(mgf
138    mgf_xf.c
139   )
140  
141 < add_library(libreetz
141 > add_library(wfobj
142 >  objutil.c
143 >  readwfobj.c
144 >  convertobj.c
145 >  writewfobj.c
146 >  objtriangulate.c
147 > )
148 >
149 > add_library(reetz
150    g3affine.c
128  g3affine.h
151    g3flist.c
130  g3flist.h
131  g3list.h
132  g3nlist.h
152    g3sphere.c
134  g3sphere.h
153    g3vector.c
136  g3vector.h
154    gbasic.c
138  gbasic.h
155    muc_randvar.c
140  muc_randvar.h
156   )
157  
158   add_executable(testBSDF
# Line 147 | 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