diff options
author | ArthurSonzogni <[email protected]> | 2019-04-29 23:59:36 +0200 |
---|---|---|
committer | ArthurSonzogni <[email protected]> | 2019-04-30 04:17:43 +0200 |
commit | 2eb657f2dfad41e7d0946de4c91f766eb9b846f4 (patch) | |
tree | 511b57b25924712c3790c6df3c4a5848a800364d /cmake | |
parent | c7e388873c075daa58c26d168080b36300372fd0 (diff) |
CMAKE: export PUBLIC headers of OpenAL.
Remove the cmake function:
INCLUDE_DIRECTORIES(..)
Replace it by:
TARGET_INCLUDE_DIRECTORIES(...)
It gives us the opportunity to define whether or not OpenAL dependencies
should be exported or not (using PUBLIC or PRIVATE keywoard).
[user visible changes]
The OpenAL PUBLIC headers are exported. When a target depends on OpenAL,
it will have access to its public headers.
Some small refactor along the way.
Diffstat (limited to 'cmake')
0 files changed, 0 insertions, 0 deletions