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.9 by greg, Sun Apr 18 02:30:37 2021 UTC vs.
Revision 2.10 by greg, Sun Sep 12 16:41:32 2021 UTC

# Line 4 | Line 4 | add_executable(genbeads genbeads.c hermite3.c)
4   target_link_libraries(genbeads ${LIB_M})
5  
6   add_executable(genbox genbox.c)
7 < target_link_libraries(genbox wfobj rtrad)
7 > target_link_libraries(genbox wfobj rtrad ${LIB_M})
8  
9   add_executable(genmarble genmarble.c ../common/random.h)
10   target_link_libraries(genmarble ${LIB_M})

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines