diff options
author | gregory guy <[email protected]> | 2018-09-22 22:25:19 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2018-09-22 22:25:19 +0200 |
commit | b0ef7f15a77b7c247b4852cb59976dafd4c09c09 (patch) | |
tree | ebe018f522ab8469aede128eecf228a54d8db1fe /doc/en/CMakeLists.txt | |
parent | 636207522d423fdd33222a4f9cfe1b593c962125 (diff) | |
download | klcddimmer-b0ef7f15a77b7c247b4852cb59976dafd4c09c09.tar.gz klcddimmer-b0ef7f15a77b7c247b4852cb59976dafd4c09c09.zip |
conversion to the cmake building system
Signed-off-by: gregory guy <[email protected]>
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} ) |