commit | 8cc22a8c1549a978a9b7ef1f5bbcf4d6d02b9de9 | [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 23:50:55 2024 +0300 |
tree | e83d488052eb07fb82f4f7eaf05cc58c10e626f4 | |
parent | 843dbb75799178972c5b6a7951533375b34e6241 [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>