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.4 by greg, Thu Aug 18 00:55:14 2016 UTC vs.
Revision 1.5 by greg, Mon Jan 8 16:51:32 2018 UTC

# Line 23 | Line 23 | target_link_libraries(tabfunc rtrad)
23   add_executable(total total.c)
24   target_link_libraries(total rtrad ${LIB_M})
25  
26 < install(TARGETS cnt 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 < add_subdirectory(cal)
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