[Webkit-unassigned] [Bug 132555] CMake per-target property INCLUDE_DIRECTORIES incompatible with CMake 2.8.7

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 8 18:00:40 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=132555





--- Comment #5 from Nikos Andronikos <nikos.andronikos-webkit at cisra.canon.com.au>  2014-05-08 18:01:01 PST ---
(In reply to comment #4)
> (In reply to comment #3)
> 
> > So if this is the required logic I am not sure that overriding with a global include directory is the right way to go.
> 
> That does present a bit of a problem then. Do you know how per-target includes were handled before 2.8.8?

According to this link:
http://www.cmake.org/pipermail/cmake/2013-February/053765.html

There seem to be a couple of options:
1. Create a folder per target and call include_directories() in each folder
2. Create a wrapper around the "add_target" command

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list