diff options
author | Slávek Banko <[email protected]> | 2016-09-18 20:59:45 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-09-18 20:59:45 +0200 |
commit | 3f7006b6807add37a3de957c525600a31424a498 (patch) | |
tree | c0a1c00a80c3ec28c7f38da2e5e91ff6e3a385be /doc/CMakeLists.txt | |
parent | 3fbf943ee75e74a85c489508303987cfd5f8ea01 (diff) | |
download | tellico-3f7006b6807add37a3de957c525600a31424a498.tar.gz tellico-3f7006b6807add37a3de957c525600a31424a498.zip |
Initial cmake conversion
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'doc/CMakeLists.txt')
-rw-r--r-- | doc/CMakeLists.txt | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 53715b4..6d282e4 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,4 +1,13 @@ -ADD_SUBDIRECTORY( en ) -ADD_SUBDIRECTORY( fr ) - +################################################# +# +# (C) 2016 Slávek Banko +# slavek (DOT) banko (AT) axis.cz +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# +add_subdirectory( en ) +add_subdirectory( fr ) |