--- ray/src/util/CMakeLists.txt 2014/02/07 23:11:58 1.12 +++ ray/src/util/CMakeLists.txt 2014/02/10 17:50:02 1.13 @@ -47,6 +47,9 @@ target_link_libraries(rttree_reduce rtrad) add_executable(rcollate rcollate.c) target_link_libraries(rcollate rtrad) +add_executable(eplus_adduvf eplus_adduvf.c eplus_idf.c) +target_link_libraries(eplus_adduvf rtrad) + if(X11_FOUND) add_executable(xglaresrc xglaresrc.c ${CMAKE_CURRENT_SOURCE_DIR}/../common/x11findwind.c) @@ -84,7 +87,7 @@ if(UNIX) endif() endif() install(TARGETS dctimestep findglare getinfo glarendx rad ranimate - vwrays vwright ranimove rsensor rttree_reduce rcollate + vwrays vwright ranimove rsensor rttree_reduce rcollate eplus_adduvf RUNTIME DESTINATION bin) if(WIN32)