From 1220e2d70f40139bed69602041ba373297103573 Mon Sep 17 00:00:00 2001 From: manzerbredes Date: Tue, 5 May 2015 16:30:46 +0200 Subject: Add loadable skin and correct some things --- src/Helpers/Skin/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/Helpers/Skin/CMakeLists.txt (limited to 'src/Helpers/Skin/CMakeLists.txt') diff --git a/src/Helpers/Skin/CMakeLists.txt b/src/Helpers/Skin/CMakeLists.txt new file mode 100644 index 0000000..8ad7f17 --- /dev/null +++ b/src/Helpers/Skin/CMakeLists.txt @@ -0,0 +1 @@ +add_library(Skin Skin.cpp) -- cgit v1.2.3