Merge pull request #548 from AndrewMeadows/fix-cmake-whitespace

fix whitespace formatting in cmake files
This commit is contained in:
erwincoumans
2015-12-07 15:06:59 -08:00
29 changed files with 241 additions and 242 deletions

View File

@@ -1,6 +1,6 @@
INCLUDE_DIRECTORIES(
.
../../src
@@ -15,8 +15,8 @@ ADD_DEFINITIONS(-D_VARIADIC_MAX=10)
LINK_LIBRARIES(
BulletInverseDynamicsUtils BulletInverseDynamics Bullet3Common LinearMath gtest
)
IF (NOT WIN32)
LINK_LIBRARIES( pthread )
IF (NOT WIN32)
LINK_LIBRARIES( pthread )
ENDIF()

View File

@@ -1,4 +1,4 @@
INCLUDE_DIRECTORIES(
.
../../src
@@ -13,8 +13,8 @@ LINK_LIBRARIES(
LinearMath gtest
)
IF (NOT WIN32)
LINK_LIBRARIES( pthread )
IF (NOT WIN32)
LINK_LIBRARIES( pthread )
ENDIF()
ADD_EXECUTABLE(Test_Collision