Skip to content

Commit

Permalink
Fixes #811.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpaultaylor committed Jan 28, 2013
1 parent 7870f24 commit 6bc3673
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion gameplay-samples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ set(GAMEPLAY_LIBRARIES
rt
dl
X11
pthread
)

add_definitions(-lstdc++ -lgameplay -lm -llua -lz -lpng -lvorbis -logg -lBulletCollision -lBulletDynamics -lLinearMath-lopenal -LGLEW -lGL -lrt -ldl -lX11)
add_definitions(-lstdc++ -lgameplay -lm -llua -lz -lpng -lvorbis -logg -lBulletCollision -lBulletDynamics -lLinearMath -lopenal -LGLEW -lGL -lrt -ldl -lX11 -lpthread)

add_subdirectory(sample00-mesh)
add_subdirectory(sample01-longboard)
Expand Down
3 changes: 2 additions & 1 deletion gameplay-tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ set(GAMEPLAY_LIBRARIES
rt
dl
X11
pthread
)

add_definitions(-lstdc++ -lgameplay -lm -llua -lz -lpng -lvorbis -logg -lBulletCollision -lBulletDynamics -lLinearMath-lopenal -LGLEW -lGL -lrt -ldl -lX11)
add_definitions(-lstdc++ -lgameplay -lm -llua -lz -lpng -lvorbis -logg -lBulletCollision -lBulletDynamics -lLinearMath -lopenal -LGLEW -lGL -lrt -ldl -lX11 -lpthread)

set( GAME_NAME gameplay-tests)

Expand Down

0 comments on commit 6bc3673

Please sign in to comment.