Skip to content

Forsrobin/OpsecManager

Repository files navigation

OpsecManager

Prerequisites

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

Usage

  1. Configure with CMake
    mkdir build
    cmake -B build
    
  2. Build with CMake
    cmake --build build
    
  3. Run the application binary
    • Windows:
      build/build/project/Debug/opsec_manager.exe
      
      Or press F5 in Visual Studio
      

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors