From 2817eb3841960562d18cee18912cef1bbdb406f1 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 2 Nov 2017 13:00:48 +0000 Subject: Improving build --- yage/physics/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 yage/physics/CMakeLists.txt (limited to 'yage/physics') diff --git a/yage/physics/CMakeLists.txt b/yage/physics/CMakeLists.txt deleted file mode 100644 index 46c97596..00000000 --- a/yage/physics/CMakeLists.txt +++ /dev/null @@ -1,6 +0,0 @@ -set(YAGE_PHYSICS_SOURCES - physics/rectanglecollider.cpp - physics/rigidbody.cpp - physics/particlebody.cpp - physics/body.cpp - ) -- cgit