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

Comparing ray/src/px/CMakeLists.txt (file contents):
Revision 1.4 by greg, Tue Aug 29 16:31:32 2017 UTC vs.
Revision 1.5 by greg, Tue Aug 29 17:13:34 2017 UTC

# Line 74 | Line 74 | target_link_libraries(ra_xyze rtrad)
74   add_executable(macbethcal macbethcal.c pmapgen.c mx3.c warp3d.c)
75   target_link_libraries(macbethcal rtrad)
76  
77 + add_executable(pmblur2 pmblur2.c)
78 + target_link_libraries(pmblur2 rtrad)
79 +
80   add_executable(psketch psketch.c)
81   target_link_libraries(psketch rtrad)
82  
# Line 134 | Line 137 | endif()
137  
138   install(TARGETS pfilt pflip ttyimage psign pvalue pcompos protate
139    ra_hexbit ra_bmp ra_t8 ra_t16 pcomb pinterp ra_ppm ra_rgbe ra_pict ra_ps
140 <  pextrem ra_gif ra_xyze macbethcal pcond pcwarp psketch
140 >  pextrem ra_gif ra_xyze macbethcal pcond pcwarp psketch pmblur2
141    RUNTIME DESTINATION bin)
142  
143   if(WIN32)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines