Skip to content

Commit 1cc6550

Browse files
committed
cmake: find Freetype package
1 parent 279acd6 commit 1cc6550

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/cmake/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ project(${name})
1111

1212
find_package(utki CONFIG REQUIRED)
1313
find_package(papki CONFIG REQUIRED)
14+
find_package(ruis CONFIG REQUIRED)
1415
find_package(ZLIB REQUIRED)
15-
find_package(ruis REQUIRED)
16+
find_package(Freetype REQUIRED)
1617

1718
# ============================
1819

0 commit comments

Comments
 (0)