CPGen
C++ project generator
Loading...
Searching...
No Matches
Module.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
21 std::string module_name;
23 std::string url;
24};
Describes a CMake FetchContent dependency to be downloaded at build time.
Definition Module.hpp:20
std::string url
Archive URL or Git repository used for the download.
Definition Module.hpp:23
std::string module_name
Definition Module.hpp:21