Skip to content

ClubOfDigitalEngineering/CMakeMacros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMake Macros

The cmake macros provide the functionalities for creating targets (executables and libraries), finding files and linking against common libraries.

This repository provides only the macros, which can be integrated in your cmake project as (e.g.) git subtree or just downloaded and copied into the project folder. An usage of this macros with a lot of examples can be found here: CMake Template on Github.

To make it work:

  • copy the file 'Environment/MachineFiles/computerName'
  • rename it to your pc-name (e.g. 'Foos Computer')
  • set the paths to the existing libaries

The CMake Macros provide macros to link:

  • Boost
  • Cocoa
  • Cuda
  • GoogleMock
  • JsonCpp
  • MPI
  • Metis
  • OpenMP
  • Qt
  • VTK
  • git revision

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages