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.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 1 | Line 1
1   set(VERSION_FILE "${radiance_BINARY_DIR}/src/rt/Version.c")
2 < 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/rt/VERSION"
7 <  -P "${radiance_SOURCE_DIR}/src/rt/create_version.cmake"
8 < )
2 > create_version_file("${VERSION_FILE}")
3  
4   add_library(radiance
5    ambcomp.c ambient.c ambio.c aniso.c data.c dielectric.c fprism.c freeobjmem.c

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines