Kaynağa Gözat

Remove old build systems

DricomDragon 4 yıl önce
ebeveyn
işleme
bc37bf9b2b
2 değiştirilmiş dosya ile 0 ekleme ve 5 silme
  1. 0 4
      carTest/CMakeLists.txt
  2. 0 1
      carTest/Compile.sh

+ 0 - 4
carTest/CMakeLists.txt

@@ -1,4 +0,0 @@
-# Hello World examples
-include_directories (${Box2D_SOURCE_DIR})
-add_executable(HelloWorld HelloWorld.cpp)
-target_link_libraries (HelloWorld Box2D)

+ 0 - 1
carTest/Compile.sh

@@ -1 +0,0 @@
-g++ main.cpp Car.cpp Terrain.cpp -l Box2D -Wl,-rpath=/usr/local/lib/ -l SDL -l SDL_gfx -std=c++11