ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/resources/CMakeLists.txt
Revision: 1.2
Committed: Wed Apr 3 20:18:54 2019 UTC (5 years ago) by greg
Content type: text/plain
Branch: MAIN
CVS Tags: rad5R4, rad5R3, HEAD
Changes since 1.1: +3 -0 lines
Log Message:
Checked in Rob G's changes for unit testing

File Contents

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