cmake_minimum_required(VERSION 3.16) project(qs_pkcs11_sample C) add_executable(qs_pkcs11_sample main.c) # Add include/library paths from the controlled SDK release.