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

Comparing ray/src/util/CMakeLists.txt (file contents):
Revision 1.34 by greg, Fri Jul 26 16:18:07 2019 UTC vs.
Revision 1.36 by greg, Mon Sep 9 17:19:51 2019 UTC

# Line 34 | Line 34 | target_link_libraries(vwrays rtrad)
34   add_executable(vwright vwright.c)
35   target_link_libraries(vwright rtrad)
36  
37 + add_executable(dcglare dcglare.c cmbsdf.c cmatrix.c cmglare.c)
38 + target_link_libraries(dcglare rtrad)
39 +
40   #the next few libraries all need to include header files from the rt directory
41   include_directories("${CMAKE_CURRENT_SOURCE_DIR}/../rt")
42  
# Line 73 | Line 76 | target_link_libraries(rcode_depth rtrad)
76   add_executable(rcode_norm rcode_norm.c)
77   target_link_libraries(rcode_norm rtrad)
78  
79 < add executable(rcode_ident rcode_ident.c)
79 > add_executable(rcode_ident rcode_ident.c)
80   target_link_libraries(rcode_ident rtrad)
81  
82   if(X11_FOUND)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines