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

Comparing ray/src/rt/CMakeLists.txt (file contents):
Revision 1.22 by greg, Thu Jul 24 01:24:01 2025 UTC vs.
Revision 1.23 by greg, Thu Oct 23 02:02:39 2025 UTC

# Line 127 | Line 127 | if(NOT BUILD_HEADLESS)
127      target_link_libraries(rvu raycalls radiance rtrad ${X11_LIBRARIES})
128      list(APPEND targets_to_install rvu)
129  
130 +    # build alternative Unix-only (C++) tools
131      if(NOT WIN32)
132        add_executable(rxpiece
133          rxpiece.cpp
134          RpictSimulManager.cpp
135          RtraceSimulManager.cpp
135        ../common/abitmap.cpp
136          srcdraw.c
137        )
138 <      target_link_libraries(rxpiece raycalls radiance rtrad)
139 <
138 >      target_link_libraries(rxpiece raycalls radiance cpprad rtrad)
139        list(APPEND targets_to_install rxpiece)
140 +
141 +      add_executable(rxfluxmtx
142 +        rxfluxmtx.cpp
143 +        RcontribSimulManager.cpp
144 +        RtraceSimulManager.cpp
145 +        RdataShareFile.cpp
146 +        RdataShareMap.cpp
147 +      )
148 +      target_link_libraries(rxfluxmtx raycalls radiance cpprad rtrad)
149 +      list(APPEND targets_to_install rxfluxmtx)
150      endif()
151  
152      # only link to rvu-qt-lib if qt is found

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)