diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-12 23:52:02 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-12 23:52:02 +0300 |
commit | 61a4bca3c2e5da288b2f41e3488b19794b4f231c (patch) | |
tree | 0f2d4ea196ed480bbe518c3f14a71f602fa634a3 /CMakeLists.txt | |
parent | stress_test.py: call check_returncode() (diff) | |
download | math-server-61a4bca3c2e5da288b2f41e3488b19794b4f231c.tar.gz math-server-61a4bca3c2e5da288b2f41e3488b19794b4f231c.zip |
cmake: install README, LICENSE.txt
Diffstat (limited to '')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c4ef536..2f22c1b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,3 +33,5 @@ add_subdirectory(server) if(ENABLE_TESTS) add_subdirectory(test) endif() + +install(FILES README.md LICENSE.txt DESTINATION share) |