ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/resources/CMakeLists.txt
Revision: 1.3
Committed: Thu Jul 24 01:24:01 2025 UTC (2 weeks, 2 days ago) by greg
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +2 -0 lines
Log Message:
chore: Added version string to all CMakeLists.txt files

File Contents

# User Rev Content
1 greg 1.3 # RCSid $Id$
2    
3 greg 1.1 add_subdirectory(cmake_tests)
4    
5     file(COPY fonts/helvet.fnt
6     DESTINATION "${CMAKE_BINARY_DIR}/lib"
7     )
8 greg 1.2 file(COPY test_lib.rb
9     DESTINATION "${CMAKE_BINARY_DIR}/resources"
10     )