ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/InstallRules/CMakeLists.txt
Revision: 1.1
Committed: Sat Oct 22 22:38:10 2011 UTC (12 years, 6 months ago) by greg
Content type: text/plain
Branch: MAIN
CVS Tags: rad4R1
Log Message:
Added qt interface for rvu and cmake files from Bill Hoffman

File Contents

# Content
1 configure_file(
2 "${CMAKE_CURRENT_SOURCE_DIR}/dependencies.cmake.in"
3 "${CMAKE_CURRENT_BINARY_DIR}/dependencies.cmake"
4 @ONLY
5 )
6 install(SCRIPT "${CMAKE_CURRENT_BINARY_DIR}/dependencies.cmake")
7