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.3 by greg, Wed May 30 18:31:11 2012 UTC vs.
Revision 1.4 by greg, Tue Aug 29 16:31:32 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(psketch psketch.c)
78 + target_link_libraries(psketch rtrad)
79 +
80   if(NOT TIFF_LIBRARY)
81    find_package(TIFF)
82   endif()
# Line 131 | Line 134 | endif()
134  
135   install(TARGETS pfilt pflip ttyimage psign pvalue pcompos protate
136    ra_hexbit ra_bmp ra_t8 ra_t16 pcomb pinterp ra_ppm ra_rgbe ra_pict ra_ps
137 <  pextrem ra_gif ra_xyze macbethcal pcond pcwarp
137 >  pextrem ra_gif ra_xyze macbethcal pcond pcwarp psketch
138    RUNTIME DESTINATION bin)
139  
140   if(WIN32)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines