summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/GeneratorExpression/DEVICE_LINK-install.cmake
blob: 4b6dbef28312b8a2dcd05d5e60de73a5b1ea5db7 (plain)
1
2
3
4
5

install(FILES
  $<DEVICE_LINK:empty>
  DESTINATION src
)