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

Comparing ray/src/gen/CMakeLists.txt (file contents):
Revision 2.4 by greg, Mon Feb 4 22:09:17 2013 UTC vs.
Revision 2.5 by greg, Mon Jan 8 16:51:32 2018 UTC

# Line 35 | Line 35 | target_link_libraries(mkillum raycalls radiance rtrad)
35   add_executable(mksource mksource.c)
36   target_link_libraries(mksource raycalls radiance rtrad)
37  
38 < add_executable(genrev genrev.c )
38 > add_executable(genrev genrev.c)
39   target_link_libraries(genrev rtrad)
40  
41   add_executable(gencatenary gencat.c)
# Line 53 | Line 53 | target_link_libraries(genclock ${LIB_M})
53   add_executable(genbranch genbranch.c)
54   target_link_libraries(genbranch ${LIB_M})
55  
56 < install(TARGETS genbox gensky xform genblinds genrev genworm gendaylit gensurf
57 <                genprism replmarks mkillum mksource genclock gendaymtx
58 <        DESTINATION bin)
56 > install(TARGETS
57 >  genblinds
58 >  genbox
59 >  genclock
60 >  gendaylit
61 >  gendaymtx
62 >  genprism
63 >  genrev
64 >  gensky
65 >  gensurf
66 >  genworm
67 >  mkillum
68 >  mksource
69 >  replmarks
70 >  xform
71 >  DESTINATION "bin"
72 > )
73  
74 < install(FILES illum.cal rev.cal skybright.cal surf.cal clockface.hex glaze1.cal
75 <              glaze2.cal perezlum.cal
76 <        DESTINATION lib)
74 > file(COPY
75 >  clockface.hex
76 >  glaze1.cal
77 >  glaze2.cal
78 >  illum.cal
79 >  perezlum.cal
80 >  rev.cal
81 >  skybright.cal
82 >  surf.cal
83 >  DESTINATION "${CMAKE_BINARY_DIR}/lib"
84 > )
85  
86 < if (NOT WIN32)
87 <  install(PROGRAMS glaze.csh DESTINATION bin RENAME glaze)
88 < endif()
86 > if(NOT WIN32)
87 >  install(PROGRAMS glaze.csh
88 >    DESTINATION "bin"
89 >    RENAME glaze
90 >  )
91 > endif()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines