We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209d542 commit bb434e6Copy full SHA for bb434e6
postmaster/postmaster_stm32f407/CMakeLists.txt
@@ -1,5 +1,6 @@
1
add_executable(postmaster.postmaster_stm32f407)
2
emil_build_for(postmaster.postmaster_stm32f407 TARGET_MCU stm32f407 PREREQUISITE_CONFIG Release RelWithDebInfo MinSizeRel)
3
+emil_install(postmaster.postmaster_stm32f407 EXPORT postmasterPostmasterTargets DESTINATION bin)
4
5
target_include_directories(postmaster.postmaster_stm32f407 PUBLIC
6
"$<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}/../..>"
0 commit comments