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

Comparing ray/src/hd/CMakeLists.txt (file contents):
Revision 1.2 by greg, Wed Oct 26 16:48:01 2011 UTC vs.
Revision 1.3 by greg, Fri Oct 28 20:46:47 2011 UTC

# Line 16 | Line 16 | target_link_libraries(rhcopy rtrad)
16   add_executable(rhinfo rhinfo.c holo.c holofile.c)
17   target_link_libraries(rhinfo rtrad)
18   if(NOT WIN32)
19 +  set(VERSION_FILE "${radiance_BINARY_DIR}/src/hd/Version.c")
20 +  create_version_file("${VERSION_FILE}")
21 +
22    add_executable(rholo rholo.c rholo2.c rholo2l.c rholo3.c rholo4.c holo.c
23      holofile.c viewbeams.c ${VERSION_FILE})
24    target_link_libraries(rholo rtrad)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines