aboutsummaryrefslogtreecommitdiffstats
path: root/yage/base/CMakeLists.txt
diff options
context:
space:
mode:
authorTravisBot <>2017-09-21 23:52:57 +0000
committerTravisBot <>2017-09-21 23:52:57 +0000
commit43d8d9b5de8f269643c380d8d6c6c65d9224ad4a (patch)
treeb8a9546cb663081e4587f812fa49a228be9978e5 /yage/base/CMakeLists.txt
parentad666428488d3c800ca18d877dad803bf18b8168 (diff)
downloadYAGE-43d8d9b5de8f269643c380d8d6c6c65d9224ad4a.tar.gz
YAGE-43d8d9b5de8f269643c380d8d6c6c65d9224ad4a.zip
Rebuilding documentation
Diffstat (limited to 'yage/base/CMakeLists.txt')
-rw-r--r--yage/base/CMakeLists.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/yage/base/CMakeLists.txt b/yage/base/CMakeLists.txt
deleted file mode 100644
index acdb78bf..00000000
--- a/yage/base/CMakeLists.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-set(YAGE_BASE_SOURCES
- base/imageloader.cpp
- base/window.cpp
- base/texturecache.cpp
- base/glslprogram.cpp
- base/spritebatch.cpp
- base/resourcemanager.cpp
- base/sprite.cpp
- base/inputmanager.cpp
- base/picopng.cpp
- base/camera2d.cpp
- base/iomanager.cpp
- )