Add POCO dep to the cmake files
This commit is contained in:
parent
5da5dc29be
commit
c31247f51a
2 changed files with 5 additions and 2 deletions
|
@ -82,6 +82,9 @@ if(ENABLE_GDAL)
|
|||
find_package(GDAL) # build OGRDecode
|
||||
endif(ENABLE_GDAL)
|
||||
|
||||
find_library(POCO_FOUNDATION PocoFoundation REQUIRED)
|
||||
find_library(POCO_NET PocoNet REQUIRED)
|
||||
|
||||
check_include_file(unistd.h HAVE_UNISTD_H)
|
||||
check_include_file(sys/time.h HAVE_SYS_TIME_H)
|
||||
check_include_file(windows.h HAVE_WINDOWS_H)
|
||||
|
|
|
@ -25,8 +25,8 @@ target_link_libraries(genapts850
|
|||
Polygon Geometry
|
||||
Array Optimize Output poly2tri
|
||||
TriangleJRS
|
||||
PocoFoundation
|
||||
PocoNet
|
||||
${POCO_FOUNDATION}
|
||||
${POCO_NET}
|
||||
${GDAL_LIBRARY}
|
||||
${SIMGEAR_CORE_LIBRARIES}
|
||||
${SIMGEAR_CORE_LIBRARY_DEPENDENCIES}
|
||||
|
|
Loading…
Reference in a new issue