diff options
author | gregory guy <g-gregory@gmx.fr> | 2018-09-28 13:21:36 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-09-28 15:04:32 +0200 |
commit | 62a9253d76bf85295582b0c5dad6c0952f749fed (patch) | |
tree | 06e07df838c478eb86feb0bb6d4a530d21ab9930 /doc/CMakeLists.txt | |
parent | 2e83bc7c6bcfb092e4b4c53318fd726d82725c02 (diff) | |
download | kvkbd-62a9253d76bf85295582b0c5dad6c0952f749fed.tar.gz kvkbd-62a9253d76bf85295582b0c5dad6c0952f749fed.zip |
convert to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit b7ae75d53ab260a281d6424d566738fc8a3715c5)
Diffstat (limited to 'doc/CMakeLists.txt')
-rw-r--r-- | doc/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt new file mode 100644 index 0000000..c938175 --- /dev/null +++ b/doc/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory( en ) |