Commit eaeb3dac authored by Mirza Halilcevic's avatar Mirza Halilcevic
Browse files

Fix codegen build issues.

parent d43cd4ad
......@@ -10,8 +10,9 @@ namespace rtc {
struct src_file
{
src_file(std::filesystem::path p, std::string c) : path{std::move(p)}, content{std::move(c)} {}
CK::fs::path path;
std::string_view content;
std::string content;
};
struct compile_options
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment