From 83b9df8edf5bf3eb61e5d2e956695f96500359c1 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 31 Jul 2011 06:24:04 +0000 Subject: Fix kdegraphics CMake compilation git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1244149 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpovmodeler/examples/includes/inlined/CMakeLists.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 kpovmodeler/examples/includes/inlined/CMakeLists.txt (limited to 'kpovmodeler/examples/includes/inlined') diff --git a/kpovmodeler/examples/includes/inlined/CMakeLists.txt b/kpovmodeler/examples/includes/inlined/CMakeLists.txt new file mode 100644 index 00000000..2622cf64 --- /dev/null +++ b/kpovmodeler/examples/includes/inlined/CMakeLists.txt @@ -0,0 +1,18 @@ +################################################# +# +# (C) 2011 Timothy Pearson +# kb9vqf (AT) pearsoncomputing.net +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +##### other data ################################ + +install( FILES + chars.kpm finish.kpm glass.kpm golds.kpm metals.kpm shapes.kpm + shapes2.kpm shapesq.kpm skies.kpm stars.kpm stones1.kpm stones2.kpm + textures.kpm woods.kpm + DESTINATION ${DATA_INSTALL_DIR}/kpovmodeler/examples/includes/inlined ) -- cgit v1.2.1