mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
493671a521
If a static library has the property CUDA_RESOLVE_DEVICE_SYMBOLS enabled it will now perform the device link step. The normal behavior is to delay calling device link until the static library is consumed by a shared library or an executable.
7 lines
316 B
CMake
7 lines
316 B
CMake
|
|
ADD_TEST_MACRO(CudaOnly.EnableStandard CudaOnlyEnableStandard)
|
|
ADD_TEST_MACRO(CudaOnly.ExportPTX CudaOnlyExportPTX)
|
|
ADD_TEST_MACRO(CudaOnly.SeparateCompilation CudaOnlySeparateCompilation)
|
|
ADD_TEST_MACRO(CudaOnly.WithDefs CudaOnlyWithDefs)
|
|
ADD_TEST_MACRO(CudaOnly.ResolveDeviceSymbols CudaOnlyResolveDeviceSymbols)
|