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

Comparing ray/src/rt/CMakeLists.txt (file contents):
Revision 1.1 by greg, Sat Oct 22 22:38:10 2011 UTC vs.
Revision 1.2 by greg, Wed Oct 26 16:48:01 2011 UTC

# Line 3 | Line 3 | add_custom_command(
3    OUTPUT "${VERSION_FILE}"
4    COMMAND "${CMAKE_COMMAND}"
5    -DVERSION_OUT_FILE="${VERSION_FILE}"
6 <  -DVERSION_IN_FILE="${radiance_SOURCE_DIR}/src/util/VERSION"
7 <  -P "${radiance_SOURCE_DIR}/src/common/create_version.cmake"
6 >  -DVERSION_IN_FILE="${radiance_SOURCE_DIR}/src/rt/VERSION"
7 >  -P "${radiance_SOURCE_DIR}/src/rt/create_version.cmake"
8   )
9  
10   add_library(radiance

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines