Files
Android11/external/llvm/unittests/LineEditor/CMakeLists.txt
2023-10-13 14:01:41 +00:00

9 lines
108 B
CMake

set(LLVM_LINK_COMPONENTS
LineEditor
Support
)
add_llvm_unittest(LineEditorTests
LineEditor.cpp
)