diff options
author | gregory guy <g-gregory@gmx.fr> | 2018-10-03 15:32:43 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-10-15 03:30:32 +0200 |
commit | 61524201be2965435cf69f12845de0c3fadb19c4 (patch) | |
tree | 5d3549ab60bd655a517209489c8dc48996ff1f38 /doc/en | |
parent | 1008a000c0a2ee9a7c8cfb6127cfdd9e82dbdabf (diff) | |
download | ksensors-61524201be2965435cf69f12845de0c3fadb19c4.tar.gz ksensors-61524201be2965435cf69f12845de0c3fadb19c4.zip |
convert to cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit 9d6905151acf632ad6be7d4294166653e355720a)
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..ba3ef3e --- /dev/null +++ b/doc/en/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_handbook( DESTINATION ${PROJECT_NAME} ) |