diff options
author | gregory guy <[email protected]> | 2019-03-03 06:28:00 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-03-03 06:28:23 +0100 |
commit | a4a23a811fa340a8257a1f78f41904e58eea2dd4 (patch) | |
tree | d187de74550ce992d77932b8444af97b31b6f8a1 /doc | |
parent | dcee199c44384da39518bc1a00db62d2162f528f (diff) | |
download | mplayerthumbs-a4a23a811fa340a8257a1f78f41904e58eea2dd4.tar.gz mplayerthumbs-a4a23a811fa340a8257a1f78f41904e58eea2dd4.zip |
conversion to the cmake building system
Signed-off-by: gregory guy <[email protected]>
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CMakeLists.txt | 1 | ||||
-rw-r--r-- | doc/en/CMakeLists.txt | 1 |
2 files changed, 2 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 ) 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 ) |