mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
3fdae5acaa
These generator expressions can only be used in link options properties. These expressions return the arguments respectively for device and host link step, otherwise return an empty string.
4 lines
98 B
CMake
4 lines
98 B
CMake
set (DEVICE_LINK FALSE)
|
|
|
|
include ("${CMAKE_CURRENT_LIST_DIR}/genex_DEVICE_LINK-validation.cmake")
|