--- ray/resources/CMakeLists.txt 2018/01/09 18:31:14 1.1 +++ ray/resources/CMakeLists.txt 2019/04/03 20:18:54 1.2 @@ -3,3 +3,6 @@ add_subdirectory(cmake_tests) file(COPY fonts/helvet.fnt DESTINATION "${CMAKE_BINARY_DIR}/lib" ) +file(COPY test_lib.rb + DESTINATION "${CMAKE_BINARY_DIR}/resources" +)