mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-07 03:12:36 +01:00
Merge pull request #149 from danhedron/org/copy-license
Copy License to install
This commit is contained in:
commit
d36b813de2
@ -102,3 +102,18 @@ ENDIF()
|
||||
IF(${BUILD_TESTS})
|
||||
add_subdirectory(tests)
|
||||
ENDIF()
|
||||
|
||||
#
|
||||
# Finally
|
||||
#
|
||||
|
||||
# Copy License file to install directory
|
||||
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD")
|
||||
install(FILES COPYING
|
||||
DESTINATION share/openrw
|
||||
)
|
||||
endif()
|
||||
# And copy to build directory for CI
|
||||
file(COPY COPYING
|
||||
DESTINATION .
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user