mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-27 15:28:53 -04:00
11 lines
126 B
CMake
11 lines
126 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
BitReader
|
|
BitWriter
|
|
Core
|
|
Support
|
|
)
|
|
|
|
add_llvm_unittest(BitcodeTests
|
|
BitReaderTest.cpp
|
|
)
|