fix: link issue of intl in linux platform
This commit is contained in:
parent
7c17ee7a03
commit
978b0ccc9b
@ -44,7 +44,11 @@ set(UTILS_DIR ${CMAKE_SOURCE_DIR}/utils)
|
||||
set(GPGME_LIB_DIR ${UTILS_DIR}/gpgme/lib)
|
||||
|
||||
# link third-party libraries
|
||||
target_link_libraries(gpgfrontend_core config++)
|
||||
if (NOT LINUX)
|
||||
target_link_libraries(gpgfrontend_core config++ intl)
|
||||
endif ()
|
||||
|
||||
# easyloggingpp
|
||||
target_include_directories(gpgfrontend_core PUBLIC
|
||||
${CMAKE_SOURCE_DIR}/third_party/easyloggingpp/src)
|
||||
|
Loading…
x
Reference in New Issue
Block a user