diff options
| author | vincent-michael <vincent_michael@gmx.de> | 2017-06-04 19:53:13 +0200 |
|---|---|---|
| committer | vincent-michael <vincent_michael@gmx.de> | 2017-06-04 19:53:13 +0200 |
| commit | 61231f7e12e90886e1a3afc8e85f9063f526cb2d (patch) | |
| tree | 3aea69bd0923a11cd015beb4aa221f0c7908f569 /src/tools/extractor_common | |
| parent | aae1a68ad28ee6d0b867ca181fba776feb3d8520 (diff) | |
Core/Player: Fixed warning
Diffstat (limited to 'src/tools/extractor_common')
| -rw-r--r-- | src/tools/extractor_common/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/extractor_common/CMakeLists.txt b/src/tools/extractor_common/CMakeLists.txt index a982ce6ad1b..9a79dfeba00 100644 --- a/src/tools/extractor_common/CMakeLists.txt +++ b/src/tools/extractor_common/CMakeLists.txt @@ -14,7 +14,7 @@ CollectSourceFiles( add_library(extractor_common STATIC ${PRIVATE_SOURCES}) -target_link_libraries(extractor_common +target_link_libraries(extractor_common PUBLIC casc common) |
