diff options
author | gregory guy <g-gregory@gmx.fr> | 2019-02-07 15:18:06 +0100 |
---|---|---|
committer | gregory guy <g-gregory@gmx.fr> | 2019-02-08 13:56:17 +0100 |
commit | b39e276958b010825d8d030add4945b6ecd2ba3b (patch) | |
tree | 356cee814a0357458a3e7559998d87257e045814 /doc/en/CMakeLists.txt | |
parent | 56db0ac263e2c908dbdc43c2b7a5c9c642bbe586 (diff) | |
download | tastymenu-b39e276958b010825d8d030add4945b6ecd2ba3b.tar.gz tastymenu-b39e276958b010825d8d030add4945b6ecd2ba3b.zip |
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr>
Diffstat (limited to 'doc/en/CMakeLists.txt')
-rw-r--r-- | doc/en/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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} ) |