mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
By specifying CODEGEN as an argument to add_custom_command the custom command will be added to a codegen build target. The intent is to provide a convenient way for users to get their generated files without having to build the whole project. This can be helpful for code analysis tools which can be useful for IDEs and CI.
5 lines
217 B
Plaintext
5 lines
217 B
Plaintext
CMake Error at implicit-depends\.cmake:[0-9]+ \(add_custom_command\):
|
|
add_custom_command CODEGEN is not compatible with IMPLICIT_DEPENDS\.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists\.txt:[0-9]+ \(include\)
|