Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 424 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 424 Bytes

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.