Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 451 Bytes

File metadata and controls

19 lines (9 loc) · 451 Bytes

Creating and Installing a Package with an Install Hook

Description

In this sample I will show you how to create a simple compressed package which contains only a install script.

I will show you how to install this package in a standard cmake project.

Lastly I will show you how to setup your CMakeLists.txt to use the installed package.

Prerequisites

  • CMake

Usage

See the test.cmake file to see what steps you have to perform