Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-30 | CMake: Add custom target to build only the generated sources | Brian Gianforcaro | |
This is needed so all headers and files exist on disk, so that the sonar cloud analyzer can find them when executing the compilation commands contained in compile_commands.json, without actually building. Co-authored-by: Andrew Kaster <akaster@serenityos.org> | |||
2021-08-28 | Meta: Move code generator helpers to their own CMake helper file | Andrew Kaster | |
compile_gml, compile_ipc, and generate_state_machine all use host tools to generate sources for the target build. As part of trying to organize host tools into a common area, let's move these helper rules to a common file that we can add other host tools to later. And, keep the host tool helpers separate from the CMake target helpers for apps and libraries. |