Skip to content

Commit 6d77ee2

Browse files
committed
CMake: Install README.md
1 parent 6ca043e commit 6d77ee2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

gamedir/CMakeLists.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,14 @@ function(bhl_install_files component_name file_list)
408408
# Create custom target to convert the files
409409
add_custom_target( convert_utf_files_${component_name} DEPENDS ${converted_txt_files} )
410410
endif()
411+
412+
# Install readme
413+
install(
414+
FILES ${CMAKE_SOURCE_DIR}/README.md
415+
DESTINATION "."
416+
COMPONENT ${component_name}
417+
RENAME README_BugfixedHL.md
418+
)
411419
endfunction()
412420

413421

0 commit comments

Comments
 (0)