Skip to content

Commit 702b73b

Browse files
committed
Install readme and license files
1 parent f9051db commit 702b73b

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

src/bmfont_to_cpp/CMakeLists.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,17 @@ install(
2424
RUNTIME
2525
DESTINATION .
2626
)
27+
28+
install(
29+
FILES
30+
${CMAKE_SOURCE_DIR}/COPYING
31+
DESTINATION "."
32+
RENAME bmfont_to_cpp_license.txt
33+
)
34+
35+
install(
36+
FILES
37+
${CMAKE_SOURCE_DIR}/README.md
38+
DESTINATION "."
39+
RENAME bmfont_to_cpp_readme.txt
40+
)

0 commit comments

Comments
 (0)