4.3 Custom commands and generated code Example: run code generator to produce a header and link it into build
on: [push, pull_request]
3.4 Conditional compilation and options
Abstract This paper presents a practical, example-driven "CMake Cookbook" focused on writing, organizing, and distributing CMake-based builds, producing PDFs (documentation), and integrating projects with GitHub. It covers core CMake patterns, modern best practices, cross-platform concerns, packaging, CI, and documentation generation (including producing PDF artifacts). Examples are provided throughout; code snippets are complete and ready to copy. cmake cookbook pdf github work
install(EXPORT myprojTargets FILE myprojTargets.cmake NAMESPACE myproj:: DESTINATION lib/cmake/myproj ) example-driven "CMake Cookbook" focused on writing