- use this tool to run project simple
https://github.com/WBhlietue/seewkRunner
- install tools
seewkInit
- install dependency
vcpkg install --x-feature=client
- make and run
seewk make
seewk start
- msvc 2022
- cmake
- vcpkg
- ninja
add following code to your .vscode/c_cpp_properties.json files
{
"configurations": [
{
"name": "Win32",
"intelliSenseMode": "msvc-x64",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compileCommands": "${workspaceFolder}/build/compile_commands.json",
"cStandard": "c17",
"cppStandard": "c++20"
}
],
"version": 4
}
then use seewk make and seewk start to generate ifc files to use intellisense.