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