From 65ee1911dc187f07339c5191de4aa5e2820414ad Mon Sep 17 00:00:00 2001 From: Daniel Evans Date: Tue, 21 Jun 2016 23:28:43 +0100 Subject: [PATCH] Copy License file to build directory --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index d6e8db09..33414890 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -107,3 +107,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD") DESTINATION share/openrw ) endif() +# And copy to build directory for CI +file(COPY COPYING + DESTINATION . + )