From 1f7a2bb64fd7f41aaae4590c1eee3363fc2ce070 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 21 Jul 2014 18:47:28 +0400 Subject: [PATCH] Sort sources list --- CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0914786..86c1184 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,12 +17,12 @@ INCLUDE_DIRECTORIES(${SDL2_INCLUDE_DIR}) # sources SET(LIBRARY_SOURCES SDL2pp/Exception.cc - SDL2pp/SDL.cc - SDL2pp/Window.cc - SDL2pp/Renderer.cc - SDL2pp/Texture.cc - SDL2pp/Rect.cc SDL2pp/Point.cc + SDL2pp/Rect.cc + SDL2pp/Renderer.cc + SDL2pp/SDL.cc + SDL2pp/Texture.cc + SDL2pp/Window.cc ) SET(LIBRARY_HEADERS