Skip to content

steveire/ModulesExperiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modules test

Install CMake version 3.7.2. Earlier versions do not support the Visual Studio "15" generator.

Build and run using:

mkdir build
cd build
cmake .. -G "Visual Studio 15"
cmake --build .
Debug/dinnerparty.exe

Expected output:

In fruit bowl: 1
In salad bowl: 2

Build system

Note the public and private dependencies between libraries in the buildsystem.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published