mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-06 07:40:06 +00:00
fix linux build (case sensitive folder Test -> test etc)
This commit is contained in:
parent
65cfcdb9ac
commit
ac32af2b1c
@ -40,6 +40,7 @@
|
||||
|
||||
#include "RtMidi.h"
|
||||
#include <sstream>
|
||||
#include <stdlib.h> //exit
|
||||
|
||||
//*********************************************************************//
|
||||
// RtMidi Definitions
|
||||
|
@ -638,7 +638,7 @@ class MidiOutWinKS: public MidiOutApi
|
||||
#endif
|
||||
|
||||
#if defined(__RTMIDI_DUMMY__)
|
||||
aa
|
||||
|
||||
class MidiInDummy: public MidiInApi
|
||||
{
|
||||
public:
|
||||
|
@ -89,10 +89,10 @@
|
||||
|
||||
language "C++"
|
||||
|
||||
include "../Test/gtest-1.7.0"
|
||||
-- include "../Test/hello_gtest"
|
||||
include "../test/gtest-1.7.0"
|
||||
-- include "../test/hello_gtest"
|
||||
|
||||
include "../Test/TestBullet3OpenCL"
|
||||
include "../test/TestBullet3OpenCL"
|
||||
|
||||
|
||||
include "../Demos3/AllBullet2Demos"
|
||||
|
@ -37,10 +37,11 @@ function createProject(vendor)
|
||||
end
|
||||
|
||||
if os.is("Linux") then
|
||||
links {"pthread"}
|
||||
end
|
||||
|
||||
if os.is("MacOSX") then
|
||||
end
|
||||
end
|
||||
|
||||
createProject("clew")
|
||||
createProject("clew")
|
Loading…
Reference in New Issue
Block a user