Skip to content

Commit bb434e6

Browse files
fix: install postmaster binaries
1 parent 209d542 commit bb434e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

postmaster/postmaster_stm32f407/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
add_executable(postmaster.postmaster_stm32f407)
22
emil_build_for(postmaster.postmaster_stm32f407 TARGET_MCU stm32f407 PREREQUISITE_CONFIG Release RelWithDebInfo MinSizeRel)
3+
emil_install(postmaster.postmaster_stm32f407 EXPORT postmasterPostmasterTargets DESTINATION bin)
34

45
target_include_directories(postmaster.postmaster_stm32f407 PUBLIC
56
"$<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}/../..>"

0 commit comments

Comments
 (0)