commit | 1d1cc9ae18f677201bf7e47928c30562df967756 | [log] [tgz] |
---|---|---|
author | Green Sky <green@g-s.xyz> | Wed Apr 17 12:32:45 2024 +0200 |
committer | Cosmin Truta <ctruta@gmail.com> | Tue Sep 10 22:03:13 2024 +0300 |
tree | 0826d073af17e24e9b82ed217687019e9db62dfd | |
parent | 1964d560e96c6d14af59a3e8a80299a09a875148 [diff] |
cmake: Fix an error in the declaration of target include directories Properly declare target include directories for generated includes. Previously the non targeted `include_directories()` was used, which had issue when using the `png_static` target in a submodule. Signed-off-by: Cosmin Truta <ctruta@gmail.com>