diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-16 01:42:17 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-16 01:42:17 +0300 |
commit | 8e8d57b2d58102c1fc279a5debd96b62cd338faf (patch) | |
tree | 6594eef165ed8160fee7eb2c6976bf7129ed7e60 /CMakeLists.txt | |
parent | update cmake-common (diff) | |
download | winapi-debug-8e8d57b2d58102c1fc279a5debd96b62cd338faf.tar.gz winapi-debug-8e8d57b2d58102c1fc279a5debd96b62cd338faf.zip |
install LICENSE.txt to share/
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 99f6420..0bc4006 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,3 +15,5 @@ target_include_directories(pdb_repo SYSTEM PUBLIC ${Boost_INCLUDE_DIRS}) target_link_libraries(pdb_repo PRIVATE DbgHelp) add_subdirectory(utils) + +install(FILES LICENSE.txt DESTINATION share) |