Skip to content

Commit

Permalink
Issue #542: Added missing thread dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tteuling committed Jan 19, 2018
1 parent 8c6d500 commit cfbfe4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/meson.build
Expand Up @@ -181,7 +181,7 @@ ScanConversion = executable('ScanConversion',
ThreadedDatabase = executable('ThreadedDatabase',
'src/ThreadedDatabase.cpp',
include_directories: [osmscoutmapIncDir, osmscoutIncDir],
dependencies: [mathDep],
dependencies: [mathDep, threadDep],
link_with: [osmscoutmap, osmscout],
install: false)

Expand All @@ -195,7 +195,7 @@ TransPolygon = executable('TransPolygon',
WorkQueue = executable('WorkQueue',
'src/WorkQueue.cpp',
include_directories: [osmscoutIncDir],
dependencies: [mathDep],
dependencies: [mathDep, threadDep],
link_with: [osmscout],
install: false)

Expand Down

0 comments on commit cfbfe4e

Please sign in to comment.