Crafter.CppDOM/examples/Website/backend/project.json

16 lines
413 B
JSON
Raw Normal View History

2025-11-12 15:58:04 +01:00
{
"name": "website-backend",
"configurations": [
{
"name": "executable",
"implementations": ["main"],
"libs": ["crafter-thread"],
"dependencies": [
{
"path":"/home/jorijn/repos/Crafter/Crafter.Network/project.json",
"configuration":"lib-debug"
}
]
}
]
}