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

Comparing ray/src/cal/CMakeLists.txt (file contents):
Revision 1.1 by greg, Sat Oct 22 22:38:10 2011 UTC vs.
Revision 1.5 by greg, Mon Jan 8 16:51:32 2018 UTC

# Line 21 | Line 21 | add_executable(tabfunc tabfunc.c)
21   target_link_libraries(tabfunc rtrad)
22  
23   add_executable(total total.c)
24 < target_link_libraries(total ${LIB_M})
24 > target_link_libraries(total rtrad ${LIB_M})
25  
26 < install(TARGETS ev histo icalc neaten rcalc rlam tabfunc total
27 <  RUNTIME DESTINATION bin)
26 > install(TARGETS
27 >  cnt
28 >  ev
29 >  histo
30 >  icalc
31 >  neaten
32 >  rcalc
33 >  rlam
34 >  tabfunc
35 >  total
36 >  RUNTIME DESTINATION "bin"
37 > )
38 >
39 > file(GLOB_RECURSE cal_files "cal/*.*")
40 > file(COPY ${cal_files}
41 >  DESTINATION "${CMAKE_BINARY_DIR}/lib"
42 > )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines