]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Link libicu to replxx
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 18 Apr 2020 19:32:00 +0000 (20:32 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 18 Apr 2020 19:32:00 +0000 (20:32 +0100)
contrib/replxx/CMakeLists.txt

index 9225fd8f476f2504eb9c38e0a214bf9c06babcae..749e61208328b8ad31c75584064ca4ce8f2614d0 100644 (file)
@@ -73,5 +73,6 @@ target_include_directories(
 )
 set( TARGETS ${TARGETS} rspamd-replxx )
 target_compile_definitions(rspamd-replxx PRIVATE REPLXX_BUILDING_DLL)
+target_link_libraries(rspamd-replxx "${RSPAMD_REQUIRED_LIBRARIES}")
 
 install( TARGETS ${TARGETS} LIBRARY DESTINATION ${RSPAMD_LIBDIR})
\ No newline at end of file