mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-20 03:27:02 -07:00
Fixed issue where assets would not installed due to directory not being created
This commit is contained in:
parent
2fd55de71e
commit
060d19bda4
10 changed files with 193 additions and 137 deletions
16
src/version.cpp
Normal file
16
src/version.cpp
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
|
||||
#include "version.hpp"
|
||||
|
||||
|
||||
namespace gdpm::version{
|
||||
|
||||
std::string to_string(const version_context& context){
|
||||
return std::string();
|
||||
}
|
||||
|
||||
version_context to_version(const std::string& version){
|
||||
version_context v;
|
||||
|
||||
return v;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue