Skip to content

IAMColumbia/cpp2_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPP 2 Demo

Build Status

to add the gtest library to your project

git submodule add https://github.com/google/googletest.git

(make sure you are in a git repository with git init

Building

Linux/OSX

prerequisites GCC/G++, cmake, make and git

    git submodule update --init --recursive
    mkdir build
    cd build
    cmake ..
    make
    ./demo-test

Windows

Visual Studio 2019 with c++ tools and cmake installed Git bash

git submodule update --init --recursive
mkdir build
cd build
cmake ..
msbuild demo.vcxproj
msbuild demo-test.vcxproj
cd Debug
demo-test.exe

About

c++ 2 demo project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published