Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorNik Reist <zeroability@tutanota.com>2020-05-23 05:59:14 +0300
committerDavide Beatrici <git@davidebeatrici.dev>2020-07-11 20:37:21 +0300
commit45e2241560b3d2c0ee23b4181343a452ee879e2c (patch)
treee561031b0df901bc3e7b88389b927e1fd6a7da28 /cmake
parentc82d3aa4196e6d2605dbac9b44796465800af48b (diff)
src/mumble: replace target_link_libraries() for Opus and CELT
target_link_libraries() automatically adds the library's include directories to the specified target and marks it as dependency. Both steps are fine, however there's a third we don't need: linking to the library, because we load Opus and CELT at runtime. To make it clear that we don't link to the libraries, this commit replaces target_link_libraries() with add_dependencies() and target_include_directories().
Diffstat (limited to 'cmake')
0 files changed, 0 insertions, 0 deletions