diff options
author | gregory guy <[email protected]> | 2018-10-20 16:37:27 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-11-04 01:44:41 +0100 |
commit | 6a9b6cf01138bd9fb17b2e2754aaa338f15fb2da (patch) | |
tree | d41bdd96c615ff6a88c413b60fabf4d609d4c1c3 /doc | |
parent | 25dc0d8cf7de210fd2dac6c3b37f2741c4ca46d4 (diff) | |
download | kkbswitch-6a9b6cf01138bd9fb17b2e2754aaa338f15fb2da.tar.gz kkbswitch-6a9b6cf01138bd9fb17b2e2754aaa338f15fb2da.zip |
converios to the cmake building system
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit a63b9b15ca806337081c1e2126559be21fc3b7fe)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CMakeLists.txt | 1 | ||||
-rw-r--r-- | doc/en/CMakeLists.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt new file mode 100644 index 0000000..c938175 --- /dev/null +++ b/doc/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory( en ) diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt new file mode 100644 index 0000000..ba3ef3e --- /dev/null +++ b/doc/en/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_handbook( DESTINATION ${PROJECT_NAME} ) |