Skip to content

Commit

Permalink
fixed missing sources
Browse files Browse the repository at this point in the history
  • Loading branch information
mhubii committed May 18, 2023
1 parent ad29b77 commit 9e0ebe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ file(GLOB_RECURSE FRI_SOURCES RELATIVE ${CMAKE_CURRENT_BINARY_DIR}

add_library(FRIClient SHARED
${FRI_SOURCES}
${NANOPB_SOURCES}
)

add_library(FRIClient::FRIClient ALIAS FRIClient) # alias for anyone adding this as a submodule
Expand Down

0 comments on commit 9e0ebe0

Please sign in to comment.