ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/CMakeLists.txt
(Generate patch)

Comparing ray/CMakeLists.txt (file contents):
Revision 1.21 by greg, Wed Jun 20 20:51:24 2018 UTC vs.
Revision 1.23 by greg, Fri Jul 17 16:05:05 2020 UTC

# Line 38 | Line 38 | if(NOT WIN32)
38   endif()
39  
40   if(WIN32)
41 +  set(CPACK_NSIS_INSTALL_ROOT "C:")
42    set(CPACK_NSIS_MODIFY_PATH 1)
43    set(qt_plugin_term "LIBRARY")
44  
# Line 150 | Line 151 | add_subdirectory(resources)
151   install(DIRECTORY "${CMAKE_BINARY_DIR}/lib/"
152    DESTINATION "lib"
153   )
154 +
155 + # copy make tests to build
156 + file(COPY test DESTINATION ${CMAKE_BINARY_DIR})
157 +
158  
159   include(InstallRequiredSystemLibraries)
160   add_subdirectory(InstallRules)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines