[cmake] Normalize TARGET_SUBDIR paths (#138524)

Some code paths normalize ".." and thus don't create the directory. But some execute in a
shell thus requiring the directory to exist to be able to take the parent directory.

This patch normalizes all the `TARGET_SUBDIR` variables to avoid this issue.

GitOrigin-RevId: fc3b67aee852d99bbb5d2f4670695d8246375dac
1 file changed
tree: 401f22bcf36b89d9c0fda10b2fe6612fef1c1e3b
  1. cmake/
  2. docs/
  3. include/
  4. src/
  5. test/
  6. .clang-format
  7. CMakeLists.txt
  8. LICENSE.TXT