Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 398 Bytes

File metadata and controls

18 lines (11 loc) · 398 Bytes

C++ template

C++ version

The CMakeLists file is defining C++20, change the following line for another version:

set(CMAKE_CXX_STANDARD 20)

Testing

GTest is available for testing.

Availability

This template is inteded to be used with VSCode on a development container and targeting/packaging to Linux. The environment contains some extensions that will aid the development.