mirror of
https://github.com/znc/znc.git
synced 2026-07-05 17:31:06 +02:00
Try to simplify building modules
This commit is contained in:
+1
-1
@@ -100,7 +100,7 @@ target_compile_features(znc PUBLIC ${required_cxx11_features})
|
||||
target_compile_features(znclib PUBLIC ${required_cxx11_features})
|
||||
|
||||
add_library(ZNC INTERFACE)
|
||||
target_link_libraries(ZNC INTERFACE ${znc_link})
|
||||
target_link_libraries(ZNC INTERFACE ${znc_link} ${zncpubdeps})
|
||||
target_compile_definitions(ZNC INTERFACE "znc_export_lib_EXPORTS")
|
||||
|
||||
if(HAVE_I18N)
|
||||
|
||||
Reference in New Issue
Block a user