Skip to content

Commit 279acd6

Browse files
committed
vcpkg: test deps Freetype
1 parent b74f77a commit 279acd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/vcpkg/test/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ set(CMAKE_TOOLCHAIN_FILE $ENV{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake)
55
project(test)
66

77
find_package(utki CONFIG REQUIRED)
8-
find_package(ruis REQUIRED)
8+
find_package(ruis CONFIG REQUIRED)
9+
find_package(Freetype REQUIRED)
910

1011
find_package(ruis-render-opengl CONFIG REQUIRED)
1112

0 commit comments

Comments
 (0)