diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-31 06:24:04 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-31 06:24:04 +0000 |
commit | 83b9df8edf5bf3eb61e5d2e956695f96500359c1 (patch) | |
tree | 0a8ddc5f0c1700cec2aaed2bc3960f08dc7efa4f /kpovmodeler/examples/includes | |
parent | 56e79472366b958a2ffa31f2cf02cd908d064c8e (diff) | |
download | tdegraphics-83b9df8edf5bf3eb61e5d2e956695f96500359c1.tar.gz tdegraphics-83b9df8edf5bf3eb61e5d2e956695f96500359c1.zip |
Fix kdegraphics CMake compilation
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1244149 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kpovmodeler/examples/includes')
-rw-r--r-- | kpovmodeler/examples/includes/CMakeLists.txt | 13 | ||||
-rw-r--r-- | kpovmodeler/examples/includes/inlined/CMakeLists.txt | 18 | ||||
-rw-r--r-- | kpovmodeler/examples/includes/original/CMakeLists.txt | 18 |
3 files changed, 49 insertions, 0 deletions
diff --git a/kpovmodeler/examples/includes/CMakeLists.txt b/kpovmodeler/examples/includes/CMakeLists.txt new file mode 100644 index 00000000..5b70b5bc --- /dev/null +++ b/kpovmodeler/examples/includes/CMakeLists.txt @@ -0,0 +1,13 @@ +################################################# +# +# (C) 2010-2011 Calvin Morrison +# mutantturkey@gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +add_subdirectory( inlined ) +add_subdirectory( original ) 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 ) diff --git a/kpovmodeler/examples/includes/original/CMakeLists.txt b/kpovmodeler/examples/includes/original/CMakeLists.txt new file mode 100644 index 00000000..c5994660 --- /dev/null +++ b/kpovmodeler/examples/includes/original/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/original ) |