In order to use this template and build a C++ application, you need to install a few tools:
- cmake (3.21 or newer)
- A C++ compiler that supports C++ 20
- Configure with CMake
mkdir build cmake -B build - Build with CMake
cmake --build build - Run the application binary
- Windows:
build/build/project/Debug/opsec_manager.exeOr press F5 in Visual Studio
- Windows: