diff options
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 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) |