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/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/CMakeLists.txt')
-rw-r--r-- | doc/CMakeLists.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt new file mode 100644 index 0000000..5a5fbaf --- /dev/null +++ b/doc/CMakeLists.txt @@ -0,0 +1,12 @@ +INSTALL( + + FILES + configure.png + hi48-app-klcddimmer.png + klcddimmer.html + klcddimmer-screenshot.png + + DESTINATION ${HTML_INSTALL_DIR}/en/${PROJECT_NAME} +) + +add_subdirectory( en ) |