--- ray/src/util/CMakeLists.txt 2014/04/28 21:01:12 1.17 +++ ray/src/util/CMakeLists.txt 2015/08/18 17:28:11 1.22 @@ -47,9 +47,21 @@ target_link_libraries(rttree_reduce rtrad) add_executable(rcollate rcollate.c) target_link_libraries(rcollate rtrad) +add_executable(rmtxop rmtxop.c rmatrix.c cmbsdf.c cmatrix.c) +target_link_libraries(rmtxop rtrad) + +add_executable(wrapBSDF wrapBSDF.c) +target_link_libraries(wrapBSDF rtrad) + add_executable(eplus_adduvf eplus_adduvf.c eplus_idf.c) target_link_libraries(eplus_adduvf rtrad) +add_executable(rfluxmtx rfluxmtx.c) +target_link_libraries(rfluxmtx rtrad) + +add_executable(evalglare evalglare.c pictool.c) +target_link_libraries(evalglare rtrad libreetz) + if(X11_FOUND) add_executable(xglaresrc xglaresrc.c ${CMAKE_CURRENT_SOURCE_DIR}/../common/x11findwind.c) @@ -87,10 +99,14 @@ if(UNIX AND X11_FOUND) endif() endif() install(TARGETS dctimestep findglare getinfo glarendx rad ranimate - vwrays vwright ranimove rsensor rttree_reduce rcollate eplus_adduvf - RUNTIME DESTINATION bin) + vwrays vwright ranimove rsensor rttree_reduce rcollate + eplus_adduvf rfluxmtx rmtxop wrapBSDF evalglare + RUNTIME DESTINATION bin) -install(FILES tregsamp.dat DESTINATION lib) +install(FILES rambpos.cal ambpos.cal tregsamp.dat reinhartb.cal + klems_full.cal klems_half.cal klems_quarter.cal disk2square.cal + WINDOW6BSDFt.xml minimalBSDFt.xml + DESTINATION lib) if(WIN32) install(PROGRAMS genBSDF.pl DESTINATION bin)