Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 364 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 364 Bytes

Running custom commands for specific targets at build time

add_custom_command can be used to attach execution of additional commands for specific targets at specific moments during build time. This recipe will show you how.