--- ray/src/gen/CMakeLists.txt 2011/10/22 22:38:10 2.1 +++ ray/src/gen/CMakeLists.txt 2012/04/25 22:21:06 2.2 @@ -55,5 +55,9 @@ install(TARGETS genbox gensky xform genblinds genrev g DESTINATION bin) install(FILES illum.cal rev.cal skybright.cal surf.cal clockface.hex glaze1.cal - glaze2.cal perezlum.cal coeff_perez.dat defangle.dat glaze.csh - DESTINATION bin) + glaze2.cal perezlum.cal coeff_perez.dat defangle.dat + DESTINATION lib) + +if (NOT WIN32) + install(PROGRAMS glaze.csh DESTINATION bin RENAME glaze) +endif() \ No newline at end of file