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.4 by greg, Wed Apr 25 22:21:06 2012 UTC vs.
Revision 1.5 by greg, Wed May 30 18:31:11 2012 UTC

# Line 76 | Line 76 | endif()
76   if(UNIX)
77          add_executable(glrad glrad.c)
78          target_link_libraries(glrad rgl rtrad ${OPENGL_LIBRARIES} ${X11_LIBRARIES})
79 +        install(TARGETS rpiece RUNTIME DESTINATION bin)
80 +  if(CMAKE_SYSTEM_NAME STREQUAL "SunOS")
81 +    target_link_libraries(glrad rt)
82 +  endif()
83   endif()
84 < install(TARGETS dctimestep findglare getinfo glarendx rad ranimate rpiece
84 > install(TARGETS dctimestep findglare getinfo glarendx rad ranimate
85                  rtcontrib vwrays vwright ranimove rsensor
86          RUNTIME DESTINATION bin)
87  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines