fix whitespace formatting in cmake files

This commit is contained in:
Andrew Meadows
2015-12-07 14:08:04 -08:00
parent aaf4e1acfa
commit c0c1691c25
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