From 4988ec1a102e4e80aa4675c9157a80725c3c2dba Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Nov 2011 14:43:11 -0600 Subject: Initial attempt at using the standard CMake system --- skin/raster/CMakeLists.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 skin/raster/CMakeLists.txt (limited to 'skin/raster') diff --git a/skin/raster/CMakeLists.txt b/skin/raster/CMakeLists.txt new file mode 100644 index 0000000..62f59c8 --- /dev/null +++ b/skin/raster/CMakeLists.txt @@ -0,0 +1,13 @@ +################################################# +# +# (C) 2011 Timothy Pearson +# kb9vqf (AT) pearsoncomputing.net +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +add_subdirectory( 2panels ) +add_subdirectory( default ) \ No newline at end of file -- cgit v1.2.1