Skip to content

Commit

Permalink
exclude test / benchmark from cmake template example
Browse files Browse the repository at this point in the history
  • Loading branch information
gojimmypi committed Dec 16, 2023
1 parent 35333bc commit fbdff5f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ else()
"\"${WOLFSSL_ROOT}/wolfcrypt/src\""
"\"${WOLFSSL_ROOT}/wolfcrypt/src/port/Espressif\""
"\"${WOLFSSL_ROOT}/wolfcrypt/src/port/atmel\""
"\"${WOLFSSL_ROOT}/wolfcrypt/benchmark\"" # the benchmark application
"\"${WOLFSSL_ROOT}/wolfcrypt/test\"" # the test application
# "\"${WOLFSSL_ROOT}/wolfcrypt/benchmark\"" # the benchmark application
# "\"${WOLFSSL_ROOT}/wolfcrypt/test\"" # the test application
) # COMPONENT_SRCDIRS
message(STATUS "This COMPONENT_SRCDIRS = ${COMPONENT_SRCDIRS}")

Expand Down

0 comments on commit fbdff5f

Please sign in to comment.