diff options
author | gregory guy <[email protected]> | 2018-12-05 12:40:07 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-12-09 19:50:50 +0100 |
commit | 404a34b9209547fd369b0c42562a92658693ff44 (patch) | |
tree | 9f88400ae16d11edae36f2728b950eb01a6295a7 /doc/en | |
parent | c97baf19f57115aaea97ae3799a5f2f998fb0e45 (diff) | |
download | knowit-404a34b9209547fd369b0c42562a92658693ff44.tar.gz knowit-404a34b9209547fd369b0c42562a92658693ff44.zip |
conversion to the cmake building system
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit 9004ae5427c4b939d7fbf21a7ab275181d534175)
Diffstat (limited to 'doc/en')
-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..3451d11 --- /dev/null +++ b/doc/en/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_handbook( DESTINATION ${PROJECT_NAME} ) |