]> git.mxchange.org Git - flightgear.git/commit
Use target_include_directories in some places.
authorJames Turner <zakalawe@mac.com>
Sat, 23 Jan 2016 21:55:11 +0000 (15:55 -0600)
committerJames Turner <zakalawe@mac.com>
Tue, 26 Jan 2016 06:48:30 +0000 (07:48 +0100)
commit2677b3a22636ee8ab3b893dd8388a0472697282d
treeec47574bb63f41816937e53c517655f263470482
parent9e7c3c5c89c77b20121abe94cd23310d59d407e3
Use target_include_directories in some places.

I didn’t know about this feature when doing the original CMake files,
we can use this to target header-file includes more precisely.

(Probably more cases exist that can be changed from global to target-
specific includes)
src/FDM/JSBSim/CMakeLists.txt
src/GUI/CMakeLists.txt