updated build system
This commit is contained in:
4
support/3rd_party/include/utils/path.hpp
vendored
4
support/3rd_party/include/utils/path.hpp
vendored
@@ -218,7 +218,9 @@ get_parent_api_path(std::wstring_view path) -> std::wstring;
|
||||
[[nodiscard]] auto resolve(std::wstring_view path) -> std::wstring;
|
||||
#endif // !defined(_WIN32)
|
||||
|
||||
[[nodiscard]] auto strip_to_file_name(std::string_view path) -> std::string;
|
||||
[[nodiscard]] auto strip_to_file_name(std::string path) -> std::string;
|
||||
|
||||
[[nodiscard]] auto strip_to_file_name(std::wstring path) -> std::wstring;
|
||||
|
||||
[[nodiscard]] auto unmake_file_uri(std::string_view uri) -> std::string;
|
||||
|
||||
|
Reference in New Issue
Block a user