1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-15 15:02:34 +02:00

cmake: reformat CMakeLists.txt

This commit is contained in:
Anonymous Maarten 2017-10-26 00:59:47 +02:00 committed by Daniel Evans
parent 99951b9e05
commit 73879954d9

View File

@ -130,10 +130,10 @@ add_subdirectory(rwengine)
add_subdirectory(rwgame)
if(BUILD_VIEWER)
add_subdirectory(rwviewer)
add_subdirectory(rwviewer)
endif()
if(BUILD_TESTS)
add_subdirectory(tests)
add_subdirectory(tests)
endif()
#
@ -142,11 +142,11 @@ endif()
# Copy License file to install directory
if(CMAKE_SYSTEM_NAME MATCHES "Linux|FreeBSD")
install(FILES COPYING
DESTINATION "${DOC_DIR}"
)
install(FILES COPYING
DESTINATION "${DOC_DIR}"
)
endif()
# And copy to build directory for CI
file(COPY COPYING
DESTINATION .
)
DESTINATION .
)