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

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