--- ray/src/px/CMakeLists.txt 2012/05/30 18:31:11 1.3 +++ ray/src/px/CMakeLists.txt 2017/08/29 16:31:32 1.4 @@ -74,6 +74,9 @@ target_link_libraries(ra_xyze rtrad) add_executable(macbethcal macbethcal.c pmapgen.c mx3.c warp3d.c) target_link_libraries(macbethcal rtrad) +add_executable(psketch psketch.c) +target_link_libraries(psketch rtrad) + if(NOT TIFF_LIBRARY) find_package(TIFF) endif() @@ -131,7 +134,7 @@ endif() install(TARGETS pfilt pflip ttyimage psign pvalue pcompos protate ra_hexbit ra_bmp ra_t8 ra_t16 pcomb pinterp ra_ppm ra_rgbe ra_pict ra_ps - pextrem ra_gif ra_xyze macbethcal pcond pcwarp + pextrem ra_gif ra_xyze macbethcal pcond pcwarp psketch RUNTIME DESTINATION bin) if(WIN32)