Skip to content

Commit

Permalink
Explicitly set library types (#52)
Browse files Browse the repository at this point in the history
Resolves #51 (Explicitly set library types).
  • Loading branch information
apcountryman authored Jan 30, 2024
1 parent 35fdc16 commit 61519bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ target_include_directories(
PUBLIC "${PROJECT_SOURCE_DIR}/include"
)
target_link_libraries(
picolibrary-arm-cortex-m0plus
picolibrary-arm-cortex-m0plus STATIC
${PICOLIBRARY_ARM_CORTEX_M0PLUS_LINK_LIBRARIES}
)

add_library(
picolibrary-arm-cortex-m0plus-version
picolibrary-arm-cortex-m0plus-version STATIC
"${CMAKE_CURRENT_BINARY_DIR}/picolibrary/arm/cortex/m0plus/version.cc"
)
target_include_directories(
Expand Down

0 comments on commit 61519bb

Please sign in to comment.