--- ray/src/util/CMakeLists.txt 2013/09/05 17:53:22 1.10 +++ ray/src/util/CMakeLists.txt 2014/02/10 17:50:02 1.13 @@ -1,7 +1,7 @@ set(VERSION_FILE "${radiance_BINARY_DIR}/src/util/Version.c") create_version_file("${VERSION_FILE}") -add_executable(dctimestep dctimestep.c) +add_executable(dctimestep dctimestep.c cmbsdf.c cmatrix.c) target_link_libraries(dctimestep rtrad) add_executable(findglare findglare.c glareval.c glaresrc.c setscan.c) @@ -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)