Skip to content

Commit

Permalink
Install NamedType library (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickKa authored Dec 25, 2023
2 parents 0e38a02 + 4115d5e commit 698e4f2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,15 @@ else
fi
cd ..

cd NamedType
cmake -S . -B build
if [[ $1 == "linux" ]]; then
sudo cmake --install build
else
sudo cmake --install build --prefix "$2"
fi
cd ..


if [[ $1 == "cobc" ]]; then
cd littlefs
Expand Down
1 change: 1 addition & 0 deletions libraries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ debug_assert,c0b325e9023cc021bce0d23c8b4211f8e5b071d0,https://github.com/foonath
type_safe,b9138d8a26ea9bbab965f87ee925f53fde025fd9,https://github.com/foonathan/type_safe.git
Catch2,v3.1.0,https://github.com/catchorg/Catch2.git
littlefs,cmake,https://github.com/SpaceTeam/littlefs.git
NamedType,master,https://github.com/joboccara/NamedType.git

0 comments on commit 698e4f2

Please sign in to comment.