summaryrefslogtreecommitdiff
path: root/lib/interception
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2019-01-16 18:12:45 +0000
committerNico Weber <nicolasweber@gmx.de>2019-01-16 18:12:45 +0000
commit79374b3a6016771e13be782c070430246d433ff3 (patch)
tree0e59ddfd9e0784fe1d5074218b634bf941eca219 /lib/interception
parentb15181368831966c0ec1824617a4c95853fd1b92 (diff)
downloadcompiler-rt-79374b3a6016771e13be782c070430246d433ff3.tar.gz
Make compiler-rt CMakeLists.txt formatting a bit more like LLVM's usual formatting
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@351363 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/interception')
-rw-r--r--lib/interception/CMakeLists.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/interception/CMakeLists.txt b/lib/interception/CMakeLists.txt
index c0ac974d7..7f0de8189 100644
--- a/lib/interception/CMakeLists.txt
+++ b/lib/interception/CMakeLists.txt
@@ -4,13 +4,15 @@ set(INTERCEPTION_SOURCES
interception_linux.cc
interception_mac.cc
interception_win.cc
- interception_type_test.cc)
+ interception_type_test.cc
+ )
set(INTERCEPTION_HEADERS
interception.h
interception_linux.h
interception_mac.h
- interception_win.h)
+ interception_win.h
+ )
include_directories(..)