diff options
author | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-18 13:30:01 +0000 |
---|---|---|
committer | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-18 13:30:01 +0000 |
commit | 3467e6464beac3a162839bf7078e22e3a74d73e7 (patch) | |
tree | 1a5d4d35d19330ac9a6e7a18732322d983953cce /kppp/Rules/Austria | |
parent | 153897691d8aa3b17f49555de61ce694ca92fd20 (diff) | |
download | tdenetwork-3467e6464beac3a162839bf7078e22e3a74d73e7.tar.gz tdenetwork-3467e6464beac3a162839bf7078e22e3a74d73e7.zip |
[kdenetwork/kppp] added cmake support
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1237389 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kppp/Rules/Austria')
-rw-r--r-- | kppp/Rules/Austria/Business_1/CMakeLists.txt | 14 | ||||
-rw-r--r-- | kppp/Rules/Austria/Business_2/CMakeLists.txt | 14 | ||||
-rw-r--r-- | kppp/Rules/Austria/CMakeLists.txt | 15 | ||||
-rw-r--r-- | kppp/Rules/Austria/Minimum/CMakeLists.txt | 14 | ||||
-rw-r--r-- | kppp/Rules/Austria/Standard/CMakeLists.txt | 14 |
5 files changed, 71 insertions, 0 deletions
diff --git a/kppp/Rules/Austria/Business_1/CMakeLists.txt b/kppp/Rules/Austria/Business_1/CMakeLists.txt new file mode 100644 index 00000000..db337820 --- /dev/null +++ b/kppp/Rules/Austria/Business_1/CMakeLists.txt @@ -0,0 +1,14 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + Local.rst Long_Distance.rst Online.rst + DESTINATION ${DATA_INSTALL_DIR}/kppp/Rules/Austria/Business_1 ) diff --git a/kppp/Rules/Austria/Business_2/CMakeLists.txt b/kppp/Rules/Austria/Business_2/CMakeLists.txt new file mode 100644 index 00000000..c1584885 --- /dev/null +++ b/kppp/Rules/Austria/Business_2/CMakeLists.txt @@ -0,0 +1,14 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + Local.rst Long_Distance.rst Online.rst + DESTINATION ${DATA_INSTALL_DIR}/kppp/Rules/Austria/Business_2 ) diff --git a/kppp/Rules/Austria/CMakeLists.txt b/kppp/Rules/Austria/CMakeLists.txt new file mode 100644 index 00000000..8f907c12 --- /dev/null +++ b/kppp/Rules/Austria/CMakeLists.txt @@ -0,0 +1,15 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +add_subdirectory( Business_1 ) +add_subdirectory( Business_2 ) +add_subdirectory( Minimum ) +add_subdirectory( Standard ) diff --git a/kppp/Rules/Austria/Minimum/CMakeLists.txt b/kppp/Rules/Austria/Minimum/CMakeLists.txt new file mode 100644 index 00000000..54968974 --- /dev/null +++ b/kppp/Rules/Austria/Minimum/CMakeLists.txt @@ -0,0 +1,14 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + Local.rst Long_Distance.rst Online.rst + DESTINATION ${DATA_INSTALL_DIR}/kppp/Rules/Austria/Minimum ) diff --git a/kppp/Rules/Austria/Standard/CMakeLists.txt b/kppp/Rules/Austria/Standard/CMakeLists.txt new file mode 100644 index 00000000..b82fced9 --- /dev/null +++ b/kppp/Rules/Austria/Standard/CMakeLists.txt @@ -0,0 +1,14 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + Local.rst Long_Distance.rst Online.rst UTA_easyinternet.rst + DESTINATION ${DATA_INSTALL_DIR}/kppp/Rules/Austria/Standard ) |