--- ray/src/util/CMakeLists.txt 2014/02/07 23:11:58 1.12 +++ ray/src/util/CMakeLists.txt 2014/03/20 22:49:21 1.14 @@ -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) @@ -75,7 +78,7 @@ find_file(HAVE_SGISTEREO_H "SGIStereo.h" ${OPENGL_INCL if(NOT HAVE_SGISTEREO_H) add_definitions(-DNOSTEREO) endif() -if(UNIX) +if(UNIX AND X11_FOUND) add_executable(glrad glrad.c) target_link_libraries(glrad rgl rtrad ${OPENGL_LIBRARIES} ${X11_LIBRARIES}) install(TARGETS rpiece RUNTIME DESTINATION bin) @@ -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)