Add whitespace to try to fix bulleted list.
[oota-llvm.git] / utils / FileUpdate / CMakeLists.txt
1 add_llvm_utility(FileUpdate
2   FileUpdate.cpp
3   )
4
5 target_link_libraries(FileUpdate LLVMSupport)