]> source.dussan.org Git - tigervnc.git/commit
Prefer target_include_directories()
authorPierre Ossman <ossman@cendio.se>
Thu, 30 Mar 2023 19:00:12 +0000 (21:00 +0200)
committerPierre Ossman <ossman@cendio.se>
Fri, 31 Mar 2023 09:03:10 +0000 (11:03 +0200)
commit640c5503c1b74d518a34bbce0fb7392876e8fb6d
treef4c2cf9fb20e75914f4ea74d02c63e8c0bc9d4d6
parent00dc3c0c8d14d2d281e9e273f78abe6d44ed537e
Prefer target_include_directories()

It is more specific, and it properly sets up propagation when include
directories also need to be used further down a dependency chain.
15 files changed:
common/network/CMakeLists.txt
common/os/CMakeLists.txt
common/rdr/CMakeLists.txt
common/rfb/CMakeLists.txt
tests/perf/CMakeLists.txt
tests/unit/CMakeLists.txt
unix/common/CMakeLists.txt
unix/tx/CMakeLists.txt
unix/vncconfig/CMakeLists.txt
unix/vncpasswd/CMakeLists.txt
unix/x0vncserver/CMakeLists.txt
vncviewer/CMakeLists.txt
win/vncconfig/CMakeLists.txt
win/winvnc/CMakeLists.txt
win/wm_hooks/CMakeLists.txt