diff options
author | Dan Liew <daniel.liew@imperial.ac.uk> | 2016-11-18 18:26:49 +0000 |
---|---|---|
committer | Dan Liew <delcypher@gmail.com> | 2016-11-18 21:01:20 +0000 |
commit | bc3973450bfb3c4d4d47e4fe340fa864cb1cf7df (patch) | |
tree | 217c4ef1f573a34f0242e7466f97c4e3ec8ffbcd /lib/Basic | |
parent | dda296e09ee53ed85ccf1c3f08e7e809adce612e (diff) | |
download | klee-bc3973450bfb3c4d4d47e4fe340fa864cb1cf7df.tar.gz |
[CMake] Remove use of tabs in `CMakeLists.txt` files.
Diffstat (limited to 'lib/Basic')
-rw-r--r-- | lib/Basic/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Basic/CMakeLists.txt b/lib/Basic/CMakeLists.txt index 988a564e..d0a309c9 100644 --- a/lib/Basic/CMakeLists.txt +++ b/lib/Basic/CMakeLists.txt @@ -7,10 +7,10 @@ # #===------------------------------------------------------------------------===# klee_add_component(kleeBasic - CmdLineOptions.cpp - ConstructSolverChain.cpp - KTest.cpp - Statistics.cpp + CmdLineOptions.cpp + ConstructSolverChain.cpp + KTest.cpp + Statistics.cpp ) set(LLVM_COMPONENTS support |