Add build flag IA_BUILD_SAMPLES

This commit is contained in:
Isuru Samarathunga
2025-10-06 00:11:06 +05:30
parent b2f276a491
commit 71f7ff8a85
2 changed files with 5 additions and 2 deletions

2
.vscode/tasks.json vendored
View File

@ -3,7 +3,7 @@
{
"label": "build",
"type": "shell",
"command": "cmake -S. -B./build -G Ninja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ && cmake --build build",
"command": "cmake -S. -B./build -G Ninja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DIA_BUILD_SAMPLES=ON && cmake --build build",
"group": {
"kind": "build",
"isDefault": true