mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
tbb library included in vcpkg
This commit is contained in:
@ -52,8 +52,4 @@ if(MINGW)
|
||||
target_link_libraries(PdfTool PRIVATE ole32 sapi)
|
||||
endif()
|
||||
|
||||
if(LINUX_GCC)
|
||||
target_link_libraries(PdfTool PRIVATE tbb)
|
||||
endif()
|
||||
|
||||
install(TARGETS PdfTool)
|
||||
|
Reference in New Issue
Block a user