view bolt/unittests/Profile/CMakeLists.txt @ 243:a916df8444bf

add tag
author matac
date Fri, 11 Aug 2023 15:57:02 +0900
parents c4bab56944e8
children
line wrap: on
line source

add_bolt_unittest(ProfileTests
  DataAggregator.cpp

  DISABLE_LLVM_LINK_LLVM_DYLIB
  )

target_link_libraries(ProfileTests
  PRIVATE
  LLVMBOLTProfile
  )