tbb library included in vcpkg

This commit is contained in:
Jakub Melka
2023-09-08 16:08:07 +02:00
parent 278d385968
commit 17abb360ed
6 changed files with 7 additions and 15 deletions

View File

@ -22,10 +22,6 @@ add_executable(Pdf4QtViewerProfi
target_link_libraries(Pdf4QtViewerProfi PRIVATE Pdf4QtLib Pdf4QtViewer Qt6::Core Qt6::Gui Qt6::Widgets)
if(LINUX_GCC)
target_link_libraries(Pdf4QtViewerProfi PRIVATE tbb)
endif()
set_target_properties(Pdf4QtViewerProfi PROPERTIES
WIN32_EXECUTABLE ON
MACOSX_BUNDLE ON