finalise interface & documentation
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
c5157bd849
commit
52580a4382
56 changed files with 2074 additions and 780 deletions
10
src/projects/project.hpp
Normal file
10
src/projects/project.hpp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#include "ikarus/project/project.h"
|
||||
|
||||
#include <filesystem>
|
||||
#include <string>
|
||||
|
||||
/// \private
|
||||
struct IkarusProject {
|
||||
std::string name;
|
||||
std::filesystem::path path;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue