Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 907 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 907 Bytes

Demo/Project5 (similar to Project3)

This project demonstrates how a simple project, with a main() on demo5.cpp hosted on folder src/, is very easy to build. This is a CMake-only simplification of Project3 (no bazel here!). Some tests are hosted on folder tests/. There is also some lista01 header-only library hosted on include/ folder, and some dependencies on cxxdeps.toml (the difference to Project1, is that this one uses toml format instead of txt), namely:

How to build

Install cxxbuild with: pip install cxxbuild

For CMake

Just type: cxxbuild .

The files CMakeLists.txt and cxxdeps.txt will be generated automatically.

Output will be built on build/demo5 and tests on build/my_test

License

MIT License