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.20 by greg, Mon Dec 9 00:44:29 2024 UTC vs.
Revision 1.21 by greg, Wed Jul 23 16:20:13 2025 UTC

# Line 125 | Line 125 | if(NOT BUILD_HEADLESS)
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)
143        target_link_libraries(rvu qtrvu)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines