Set needed boost components and link tg-construct against them
This commit is contained in:
parent
257339abcb
commit
902d4d83bc
2 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,7 @@ if (MSVC AND MSVC_3RDPARTY_ROOT)
|
|||
endif (MSVC AND MSVC_3RDPARTY_ROOT)
|
||||
|
||||
# check required dependencies
|
||||
find_package(Boost REQUIRED)
|
||||
find_package(Boost COMPONENTS system thread REQUIRED)
|
||||
find_package(ZLIB REQUIRED)
|
||||
find_package(Threads REQUIRED)
|
||||
find_package(SimGear 2.9.0 REQUIRED)
|
||||
|
|
|
@ -27,6 +27,7 @@ set_target_properties(tg-construct PROPERTIES
|
|||
target_link_libraries(tg-construct
|
||||
Polygon Geometry
|
||||
Array landcover
|
||||
${Boost_LIBRARIES}
|
||||
${GDAL_LIBRARY}
|
||||
${SIMGEAR_CORE_LIBRARIES}
|
||||
${SIMGEAR_CORE_LIBRARY_DEPENDENCIES}
|
||||
|
|
Loading…
Add table
Reference in a new issue