hanchenye-llvm-project/llvm/unittests/OptRemarks/CMakeLists.txt

9 lines
119 B
CMake

set(LLVM_LINK_COMPONENTS
OptRemarks
Support
)
add_llvm_unittest(OptRemarksTests
OptRemarksParsingTest.cpp
)