Skip to content
This repository was archived by the owner on Mar 10, 2024. It is now read-only.

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Code Signing support for CMake

Adds code signing support to CMake build scripts via the use of several functions and programs.

Usage:

codesign(CERTIFICATE 'certpath' PASSWORD 'password' TARGETS 'target[;target[;...]]')

CERTIFICATE

Required. Must hold the path to a valid certificate, or the build will fail.

PASSWORD

Required. Must hold the correct password for the certificate, or the build will fail.

TARGETS

A list of targets to enable code signing for.

About

Code signing support for CMake

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages