From d2de8e97553b567416a49c7b0e565ad4cc0f6c3b Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 13 Feb 2022 16:19:50 +0100 Subject: Copyright notice and license files are now part of distribution --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index d26ac35..81e5413 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,3 +21,4 @@ add_subdirectory(FoundationEx) # add_subdirectory(Magic2) # TODO: AFX/MFC will be useless, port it to e.g., Qt right away. add_subdirectory(NetEx) add_subdirectory(Stars45) +install(FILES NOTICE COPYING DESTINATION ${CMAKE_INSTALL_PREFIX}) -- cgit v1.1