mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-25 07:43:38 +00:00
stm32-f4discovery-cc256x: print current example
This commit is contained in:
parent
05a1f02730
commit
464f151ea4
@ -32,7 +32,6 @@ enable_language(C ASM)
|
||||
|
||||
# Core project settings
|
||||
project(${CMAKE_PROJECT_NAME})
|
||||
message("Build type: " ${CMAKE_BUILD_TYPE})
|
||||
|
||||
# Create an executable object type
|
||||
add_executable(${CMAKE_PROJECT_NAME})
|
||||
@ -54,6 +53,10 @@ if( DEFINED ENV{EXAMPLES} )
|
||||
set(EXAMPLES $ENV{EXAMPLES})
|
||||
endif()
|
||||
|
||||
# Build information
|
||||
message("Build: ${CMAKE_BUILD_TYPE}")
|
||||
message("Example: ${EXAMPLES}\n")
|
||||
|
||||
# Include BTStack
|
||||
include (cmake/btstack.cmake)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user