Don't remove duplicate link libs

This commit is contained in:
Kai Pastor
2024-03-14 08:19:03 +01:00
committed by akallabeth
parent 91b143be54
commit c8c70ad730
3 changed files with 0 additions and 5 deletions

View File

@@ -82,7 +82,6 @@ add_subdirectory(makecert)
set(MODULE_NAME winpr-tools)
list(REMOVE_DUPLICATES WINPR_TOOLS_DEFINITIONS)
list(REMOVE_DUPLICATES WINPR_TOOLS_LIBS)
list(REMOVE_DUPLICATES WINPR_TOOLS_INCLUDES)
include_directories(${WINPR_TOOLS_INCLUDES})