| # | 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) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |