Skip to content

Commit 3a82500

Browse files
committed
vcpkg: add glew dep
1 parent 1cc6550 commit 3a82500

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build/cmake/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ find_package(papki CONFIG REQUIRED)
1414
find_package(ruis CONFIG REQUIRED)
1515
find_package(ZLIB REQUIRED)
1616
find_package(Freetype REQUIRED)
17+
find_package(GLEW REQUIRED)
1718

1819
# ============================
1920

@@ -42,6 +43,7 @@ target_link_libraries(
4243
utki::utki
4344
papki::papki
4445
ruis::ruis
46+
GLEW::GLEW
4547
)
4648

4749
# install library header files preserving directory hierarchy

build/vcpkg/vcpkg.json.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"host" : true
1515
},
1616
"utki",
17-
"ruis"
17+
"ruis",
18+
"glew"
1819
]
1920
}

0 commit comments

Comments
 (0)