diff options
| author | gregory guy <g-gregory@gmx.fr> | 2018-11-02 14:14:58 +0100 |
|---|---|---|
| committer | gregory guy <g-gregory@gmx.fr> | 2018-11-02 14:14:58 +0100 |
| commit | 4beda4d40464b0bb88c7fa4dc217958708bcc1c7 (patch) | |
| tree | 6699d04d3cc87ba3befb7227276b8a1aebf6f984 /doc | |
| parent | 6bb681e8cba9f07d56b9a1cfe4908bd5391097b7 (diff) | |
| download | tdmtheme-4beda4d40464b0bb88c7fa4dc217958708bcc1c7.tar.gz tdmtheme-4beda4d40464b0bb88c7fa4dc217958708bcc1c7.zip | |
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr>
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} ) |
