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.5 by greg, Wed May 30 18:31:11 2012 UTC vs.
Revision 1.6 by greg, Tue Jun 19 16:41:46 2012 UTC

# Line 9 | Line 9 | option(BUILD_SHARED_LIBS "Build radiance using shared
9   if(NOT WIN32)
10    set(CPACK_INCLUDE_TOPLEVEL_DIRECTORY 1)
11    install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/doc/man/ DESTINATION man)
12 +  set(qt_plugin_term "PLUGIN")
13   endif()
14  
15  
# Line 19 | Line 20 | if (WIN32)
20    set(CPACK_BINARY_ZIP 1)
21  
22    set(CPACK_NSIS_EXTRA_INSTALL_COMMANDS "")
23 +  set(qt_plugin_term "LIBRARY")
24  
25   endif()
26  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines