We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cc6550 commit 3a82500Copy full SHA for 3a82500
build/cmake/CMakeLists.txt
@@ -14,6 +14,7 @@ find_package(papki CONFIG REQUIRED)
14
find_package(ruis CONFIG REQUIRED)
15
find_package(ZLIB REQUIRED)
16
find_package(Freetype REQUIRED)
17
+find_package(GLEW REQUIRED)
18
19
# ============================
20
@@ -42,6 +43,7 @@ target_link_libraries(
42
43
utki::utki
44
papki::papki
45
ruis::ruis
46
+ GLEW::GLEW
47
)
48
49
# install library header files preserving directory hierarchy
build/vcpkg/vcpkg.json.in
@@ -14,6 +14,7 @@
"host" : true
},
"utki",
- "ruis"
+ "ruis",
+ "glew"
]
}
0 commit comments