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

Comparing ray/src/hd/CMakeLists.txt (file contents):
Revision 1.5 by greg, Wed Apr 25 22:21:06 2012 UTC vs.
Revision 1.6 by greg, Wed May 30 18:31:11 2012 UTC

# Line 23 | Line 23 | if(UNIX)
23  
24          add_executable(x11.hdi rhdisp.c rhdisp2.c viewbeams.c rhd_x11.c rhd_qtree.c rhd_qtree2r.c rhd_ctab.c holo.c)
25          target_link_libraries (x11.hdi rtrad ${X11_LIBRARIES})
26 +  if(CMAKE_SYSTEM_NAME STREQUAL "SunOS")
27 +    target_link_libraries(x11.hdi rt)
28 +  endif()
29          install(TARGETS x11.hdi RUNTIME DESTINATION bin)
30   endif()
31  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines