| 45 |
|
add_executable(rsensor rsensor.c) |
| 46 |
|
target_link_libraries(rsensor raycalls radiance rtrad) |
| 47 |
|
|
| 48 |
+ |
add_executable(rttree_reduce rttree_reduce.c) |
| 49 |
+ |
target_link_libraries(rttree_reduce rtrad) |
| 50 |
+ |
|
| 51 |
|
if(X11_FOUND) |
| 52 |
|
add_executable(xglaresrc |
| 53 |
|
xglaresrc.c ${CMAKE_CURRENT_SOURCE_DIR}/../common/x11findwind.c) |
| 85 |
|
endif() |
| 86 |
|
endif() |
| 87 |
|
install(TARGETS dctimestep findglare getinfo glarendx rad ranimate |
| 88 |
< |
rtcontrib vwrays vwright ranimove rsensor |
| 88 |
> |
rtcontrib vwrays vwright ranimove rsensor rttree_reduce |
| 89 |
|
RUNTIME DESTINATION bin) |
| 90 |
|
|
| 91 |
|
if(WIN32) |