| # | Line 151 | Line 151 | install(DIRECTORY "${CMAKE_BINARY_DIR}/lib/" | |
|---|---|---|
| 151 | DESTINATION "lib" | |
| 152 | ) | |
| 153 | ||
| 154 | + | # copy make tests to build |
| 155 | + | file(COPY test DESTINATION ${CMAKE_BINARY_DIR}) |
| 156 | + | |
| 157 | + | |
| 158 | include(InstallRequiredSystemLibraries) | |
| 159 | add_subdirectory(InstallRules) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |