Change space indentation to tabs

This commit is contained in:
j883376
2013-05-09 10:44:08 -04:00
parent ffcff4aea1
commit 4bdd8b2502
393 changed files with 22463 additions and 23238 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
SET(cppunit_sources
collectoroutput.cpp
collectoroutput.cpp
compileroutput.cpp
htmloutput.cpp
missing.cpp
@@ -13,7 +13,7 @@ SET(cppunit_sources
)
SET(cppunit_headers
cpptest-assert.h
cpptest-assert.h
cpptest-collectoroutput.h
cpptest-compileroutput.h
cpptest-htmloutput.h
@@ -23,16 +23,16 @@ SET(cppunit_headers
cpptest-textoutput.h
cpptest-time.h
cpptest.h
missing.h
missing.h
utils.h
winconfig.h
winconfig.h
)
ADD_LIBRARY(cppunit ${cppunit_sources} ${cppunit_headers})
IF(UNIX)
ADD_DEFINITIONS(-fPIC)
ADD_DEFINITIONS(-fPIC)
ENDIF(UNIX)
SET(LIBRARY_OUTPUT_PATH ../../Bin)