ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/CMakeLists.txt
(Generate patch)

Comparing ray/src/util/CMakeLists.txt (file contents):
Revision 1.22 by greg, Tue Aug 18 17:28:11 2015 UTC vs.
Revision 1.23 by greg, Mon Apr 25 16:15:19 2016 UTC

# Line 93 | Line 93 | endif()
93   if(UNIX AND X11_FOUND)
94          add_executable(glrad glrad.c)
95          target_link_libraries(glrad rgl rtrad ${OPENGL_LIBRARIES} ${X11_LIBRARIES})
96 <        install(TARGETS rpiece RUNTIME DESTINATION bin)
96 >        install(TARGETS glrad RUNTIME DESTINATION bin)
97    if(CMAKE_SYSTEM_NAME STREQUAL "SunOS")
98      target_link_libraries(glrad rt)
99    endif()
100   endif()
101 +
102 + if(UNIX)
103 +  install (TARGETS rpiece RUNTIME DESTINATION bin)
104 + endif()
105 +
106   install(TARGETS dctimestep findglare getinfo glarendx rad ranimate
107      vwrays vwright ranimove rsensor rttree_reduce rcollate
108                  eplus_adduvf rfluxmtx rmtxop wrapBSDF evalglare

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines