Skip to content

Definitions of cmake files and utilities to create easy projects (cpp for now)

License

Notifications You must be signed in to change notification settings

agudpp/cmake-project-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

The idea of this small project is to create a set of utilities for cmake based projects to easily create projects using this templates.

Dependencies

For testing we are using gtest:

# go to a folder to download google test and:
git clone https://github.com/google/googletest 
cd googletest 
cmake -DBUILD_SHARED_LIBS=ON . 
make 
sudo make install
sudo ldconfig

Configuration

  • Downlad the repo somewhere wherever you want cmake-project-utils-folder
  • Add the following entry in your bash source file
# replace the cmake-project-utils-folder with the real path
source <cmake-project-utils-folder>/scripts/setup.bash

About

Definitions of cmake files and utilities to create easy projects (cpp for now)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published