mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
cmake packageconfig installs to lib dir
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
2aab3f9513
commit
c8c166221d
1 changed files with 1 additions and 1 deletions
|
@ -695,7 +695,7 @@ Cflags: -I\${includedir}"
|
|||
)
|
||||
|
||||
install(FILES ${PROJECT_BINARY_DIR}/libwebsockets.pc
|
||||
DESTINATION include/pkgconfig)
|
||||
DESTINATION lib${LIB_SUFFIX}/pkgconfig)
|
||||
endif(UNIX)
|
||||
|
||||
# Install headers.
|
||||
|
|
Loading…
Add table
Reference in a new issue