File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 3434 git clone --depth 1 https://github.com/allthingsida/ida-cmake "${IDASDK}/ida-cmake"
3535 mkdir -p "${IDASDK}/include"
3636 git clone --depth 1 https://github.com/allthingsida/idax "${IDASDK}/include/idax"
37+ git clone --depth 1 https://github.com/allthingsida/idacpp "${IDASDK}/include/idacpp"
3738
3839 - name : Configure (Linux)
3940 run : cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
6566 git clone --depth 1 https://github.com/allthingsida/ida-cmake "${IDASDK}/ida-cmake"
6667 mkdir -p "${IDASDK}/include"
6768 git clone --depth 1 https://github.com/allthingsida/idax "${IDASDK}/include/idax"
69+ git clone --depth 1 https://github.com/allthingsida/idacpp "${IDASDK}/include/idacpp"
6870
6971 - name : Configure (macOS)
7072 run : cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
9698 git clone --depth 1 https://github.com/allthingsida/ida-cmake "${IDASDK}/ida-cmake"
9799 mkdir -p "${IDASDK}/include"
98100 git clone --depth 1 https://github.com/allthingsida/idax "${IDASDK}/include/idax"
101+ git clone --depth 1 https://github.com/allthingsida/idacpp "${IDASDK}/include/idacpp"
99102
100103 - name : Configure (Windows)
101104 run : cmake -S . -B build -A x64
You can’t perform that action at this time.
0 commit comments