| 16 |  | add_executable(rad rad.c) | 
| 17 |  | target_link_libraries(rad rtrad) | 
| 18 |  |  | 
| 19 | + | add_executable(rcrop rcrop.c) | 
| 20 | + | target_link_libraries(rcrop rtrad) | 
| 21 | + |  | 
| 22 |  | if(WIN32) | 
| 23 |  | set(netproc_SOURCES win_netproc.c) | 
| 24 |  | else() | 
| 58 |  | add_executable(rmtxop rmtxop.c rmatrix.c cmbsdf.c cmatrix.c) | 
| 59 |  | target_link_libraries(rmtxop rtrad) | 
| 60 |  |  | 
| 61 | + | add_executable(rmtxcomb rmtxcomb.c rmatrix.c cmbsdf.c cmatrix.c) | 
| 62 | + | target_link_libraries(rmtxcomb rtrad) | 
| 63 | + |  | 
| 64 |  | add_executable(wrapBSDF wrapBSDF.c) | 
| 65 |  | target_link_libraries(wrapBSDF rtrad) | 
| 66 |  |  | 
| 71 |  | target_link_libraries(rfluxmtx rtrad) | 
| 72 |  |  | 
| 73 |  | add_executable(evalglare evalglare.c pictool.c) | 
| 74 | < | target_link_libraries(evalglare rtrad libreetz) | 
| 74 | > | target_link_libraries(evalglare rtrad reetz) | 
| 75 |  |  | 
| 76 |  | add_executable(radcompare radcompare.c) | 
| 77 |  | target_link_libraries(radcompare rtrad) | 
| 150 |  | rcode_ident | 
| 151 |  | rcode_norm | 
| 152 |  | rcollate | 
| 153 | + | rcrop | 
| 154 |  | rfluxmtx | 
| 155 |  | rmtxop | 
| 156 | + | rmtxcomb | 
| 157 |  | rsensor | 
| 158 |  | rttree_reduce | 
| 159 |  | vwrays | 
| 165 |  | file(COPY | 
| 166 |  | ambpos.cal | 
| 167 |  | disk2square.cal | 
| 168 | + | hsv_rgb.cal | 
| 169 |  | klems_full.cal | 
| 170 |  | klems_half.cal | 
| 171 |  | klems_quarter.cal | 
| 211 |  | add_custom_target(rtpict ALL | 
| 212 |  | COMMAND pp ${CMAKE_CURRENT_SOURCE_DIR}/rtpict.pl -o ${CMAKE_CURRENT_SOURCE_DIR}/rtpict.exe -d | 
| 213 |  | ) | 
| 205 | – | install(FILES | 
| 206 | – | ${CMAKE_BINARY_DIR}/bin/trad | 
| 207 | – | DESTINATION "bin" | 
| 208 | – | ) | 
| 214 |  | install(PROGRAMS | 
| 215 |  | bsdfview.exe | 
| 216 |  | genBSDF.exe | 
| 247 |  | rtpict.pl | 
| 248 |  | vinfo.csh | 
| 249 |  | ) | 
| 250 | < | add_custom_target(trad ALL | 
| 251 | < | COMMAND csh -f ${CMAKE_CURRENT_SOURCE_DIR}/tradinstall.csh ${CMAKE_BINARY_DIR}/bin ${CMAKE_BINARY_DIR}/lib | 
| 252 | < | ) | 
| 250 | > | # add_custom_target(trad ALL | 
| 251 | > | #   COMMAND csh -f ${CMAKE_CURRENT_SOURCE_DIR}/tradinstall.csh ../../build/bin ../../build/lib | 
| 252 | > | # ) | 
| 253 | > | # install(FILES | 
| 254 | > | #   ${CMAKE_BINARY_DIR}/bin/trad | 
| 255 | > | #   DESTINATION "bin" | 
| 256 | > | #   PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ | 
| 257 | > | # ) | 
| 258 |  | endif() |