mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
197cb419d1
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
222 B
Plaintext
5 lines
222 B
Plaintext
^CMake Error at implicit-depends-append-codegen\.cmake:[0-9]+ \(add_custom_command\):
|
|
add_custom_command CODEGEN may not be used with APPEND\.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists\.txt:[0-9]+ \(include\)$
|