mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-17 12:02:36 +01:00
add 'log' to SYSLIBS when compiling Foundation for android
This commit is contained in:
parent
92f287ffd8
commit
c23f6f0b57
@ -104,6 +104,10 @@ if (${CMAKE_CXX_COMPILER_ID} MATCHES "SunPro")
|
||||
set_target_properties( "${LIBNAME}" PROPERTIES LINK_FLAGS "-library=stlport4")
|
||||
endif (${CMAKE_CXX_COMPILER_ID} MATCHES "SunPro")
|
||||
|
||||
if(ANDROID)
|
||||
set(SYSLIBS ${SYSLIBS} log)
|
||||
endif(ANDROID)
|
||||
|
||||
# TODO: Why is this here?
|
||||
add_definitions( -DPCRE_STATIC)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user