agudpp / cmake-project-utils

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

License:MIT License


Languages

Language:CMake 92.7%Language:C++ 4.7%Language:C 1.3%Language:Shell 1.3%