diff options
author | Michele Calgaro <[email protected]> | 2020-06-10 18:53:28 +0900 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-06-10 18:29:44 +0200 |
commit | e148faabf22f5e993ca54141f88d42effb146df8 (patch) | |
tree | 753ee07b4e6f48847e4445d585ae7509084cd33c /CMakeLists.txt | |
parent | 844e2af15716148a62c985b2cec7c1dc1c5c3b7b (diff) | |
download | libr-e148faabf22f5e993ca54141f88d42effb146df8.tar.gz libr-e148faabf22f5e993ca54141f88d42effb146df8.zip |
Fixed FTBFS caused by previous commit.
Signed-off-by: Michele Calgaro <[email protected]>
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit e497d55b675cad64ee667e11f989853a8e6594c1)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 69b25bd..2d4b8a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -135,3 +135,4 @@ tde_auto_add_subdirectories() ##### write configure files ##################### configure_file( src/config.h.cmake config.h @ONLY ) +configure_file( doc/libr.cfg.cmake doc/libr.cfg @ONLY ) |