소스 검색

Add Meson build system.

master
Adrian Cochrane 5 년 전
부모
커밋
78d5889b20
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. +11
    -0
      meson.build

+ 11
- 0
meson.build 파일 보기

@@ -0,0 +1,11 @@
project('fonts-lora')

install_data(
'Lora-Bold.ttf', 'Lora-BoldItalic.ttf', 'Lora-Italic.ttf', 'Lora-Regular.ttf',
install_dir: join_paths(get_option('datadir'), 'fonts', 'lora')
)

install_data(
'SIL Open Font License.txt',
install_dir: join_paths(get_option('datadir'), 'fonts-lora')
)

불러오는 중...
취소
저장