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

Comparing ray/src/CMakeLists.txt (file contents):
Revision 1.1 by greg, Sat Oct 22 22:38:10 2011 UTC vs.
Revision 1.2 by greg, Fri Oct 28 20:46:47 2011 UTC

# Line 11 | Line 11 | find_package(OpenGL)
11   find_package(X11)
12  
13   include_directories(common)
14 <
14 > # create a macro to generate
15 > macro(create_version_file version_file)
16 >  add_custom_command(
17 >    OUTPUT "${version_file}"
18 >    COMMAND "${CMAKE_COMMAND}"
19 >    -DVERSION_OUT_FILE="${version_file}"
20 >    -DVERSION_IN_FILE="${radiance_SOURCE_DIR}/src/rt/VERSION"
21 >    -DVERSION_GOLD="${radiance_SOURCE_DIR}/src/rt/Version.c"
22 >    -P "${radiance_SOURCE_DIR}/src/rt/create_version.cmake"
23 >    )
24 > endmacro()
25   add_subdirectory(common)
26   add_subdirectory(cal)
27   add_subdirectory(cv)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines