From 96f0726b226f4b404c38f998fbdd02cf728ba6e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 17 Nov 2012 16:06:35 +0100 Subject: Fix various cmake build issues --- doc/std/CMakeLists.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/std/CMakeLists.txt (limited to 'doc/std') diff --git a/doc/std/CMakeLists.txt b/doc/std/CMakeLists.txt new file mode 100644 index 00000000..3c034ee5 --- /dev/null +++ b/doc/std/CMakeLists.txt @@ -0,0 +1,16 @@ +################################################# +# +# (C) 2012 Slavek Banko +# slavek (DOT) banko (AT) axis.cz +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( + FILES + kdev3api.toc + DESTINATION ${DATA_INSTALL_DIR}/kdevdocumentation/tocs +) -- cgit v1.2.1