Compile CUDA Library Samples with static linking

I want to compile cuBLASLt samples (downloaded from GitHub - NVIDIA/CUDALibrarySamples: CUDA Library Samples) and link them with cublasLt static. How can I do that with CMake?

I have noticed that there flags that include static libs: CUDA_cublasLt_static_LIBRARY, CUDA_cufft_static_LIBRARY etc. But how can I use them to link the application with the static version?