Simplify remove, create_directory and create_directories.
[oota-llvm.git] / lib / LineEditor / CMakeLists.txt
1 add_llvm_library(LLVMLineEditor
2   LineEditor.cpp
3   )
4
5 if(HAVE_LIBEDIT)
6   target_link_libraries(LLVMLineEditor edit)
7 endif()