diff options
author | gregory guy <[email protected]> | 2019-03-03 06:28:00 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-03-03 10:55:56 +0100 |
commit | d02d2d85c2f05dcce5fc3c256287a02713878a9e (patch) | |
tree | 0d88af0ef2e6d67964cd22a63360822379f90a38 /doc/en | |
parent | 2a9ec8ef13936e6d394ee557016d846ec0711c0f (diff) | |
download | mplayerthumbs-d02d2d85c2f05dcce5fc3c256287a02713878a9e.tar.gz mplayerthumbs-d02d2d85c2f05dcce5fc3c256287a02713878a9e.zip |
conversion to the cmake building system
Signed-off-by: gregory guy <[email protected]>
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit a4a23a811fa340a8257a1f78f41904e58eea2dd4)
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..65f5a10 --- /dev/null +++ b/doc/en/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_handbook( DESTINATION videopreview ) |