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

Code signing support for CMake

License

Notifications You must be signed in to change notification settings

Xaymar/cmake-codesign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages