blob: 65f5488271850e9eded501c20d353f64750fd91c (
plain)
1
2
3
4
5
6
|
defer-target-source-check
-------------------------
* :command:`add_library` and :command:`add_executable` commands can now be
called without any sources and will not complain as long as sources will
be added later via :command:`target_sources`.
|