Skip to content

Commit

Permalink
TBB::tbb as a private library
Browse files Browse the repository at this point in the history
  • Loading branch information
JPenuchot committed May 30, 2023
1 parent a06e1d6 commit ac1753a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion grapher/cmake/grapher-target.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ target_include_directories(grapher

llvm_map_components_to_libnames(llvm_libs support)

target_link_libraries(grapher PRIVATE TBB::tbb)

target_link_libraries(grapher
PUBLIC
${llvm_libs}
TBB::tbb
ctbench-compile-opts
fmt::fmt
nlohmann_json::nlohmann_json
Expand Down

0 comments on commit ac1753a

Please sign in to comment.