Skip to content

Commit

Permalink
Add sdk-nrf
Browse files Browse the repository at this point in the history
  • Loading branch information
CraigHutchinson committed Sep 15, 2023
1 parent c6b554e commit 7227428
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ CPMAddPackage(
OPTIONS "FMT_INSTALL YES" # create an installable target
)

CPMAddPackage(
NAME sdk-nrf
GIT_TAG v2.1.4
GITHUB_REPOSITORY sdk-nrf
OPTIONS "FMT_INSTALL YES" # create an installable target
)
# ---- Add source files ----

# Note: globbing sources is considered bad practice as CMake's generators may not detect new files
Expand Down

0 comments on commit 7227428

Please sign in to comment.