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

Comparing ray/src/rt/CMakeLists.txt (file contents):
Revision 1.19 by greg, Fri Aug 2 18:47:25 2024 UTC vs.
Revision 1.21 by greg, Wed Jul 23 16:20:13 2025 UTC

# Line 20 | Line 20 | add_library(radiance
20    m_alias.c
21    m_brdf.c
22    m_bsdf.c
23 +  m_wgmdf.c
24    m_clip.c
25    m_direct.c
26    m_mirror.c
# Line 123 | Line 124 | if(NOT BUILD_HEADLESS)
124      )
125      target_link_libraries(rvu raycalls radiance rtrad ${X11_LIBRARIES})
126      list(APPEND targets_to_install rvu)
127 +
128 +    if(NOT WIN32)
129 +      add_executable(rxpiece
130 +        rxpiece.cpp
131 +        RpictSimulManager.cpp
132 +        RtraceSimulManager.cpp
133 +        ../common/abitmap.cpp
134 +        srcdraw.c
135 +      )
136 +      target_link_libraries(rxpiece raycalls radiance rtrad)
137 +
138 +      list(APPEND targets_to_install rxpiece)
139 +    endif()
140  
141      # only link to rvu-qt-lib if qt is found
142      if(BUILD_QT)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines