Skip to content

Duna-System/cmake-package-export-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMAKE package export example.

This is a (supposedly) minimal cmake project that exports a library as a cmake package to be included in external projects using find_package().

Build

  • mkdir build
  • cmake .. -DCMAKE_INSTALL_PREFIX=install (install locally)
  • make

Client code

  • cd clientCode
  • mkdir build
  • cmake ..
  • make

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published