Browse Source

cmake: put pkgconfig file into lib/pkgconfig

pull/2316/head
ideal 5 years ago
parent
commit
4913978a58
1 changed files with 1 additions and 1 deletions
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -49,7 +49,7 @@ configure_file(
)
install(FILES
${CMAKE_BINARY_DIR}/pkgconfig/shadowsocks-libev.pc
DESTINATION pkgconfig
DESTINATION lib/pkgconfig
)
if (WITH_EMBEDDED_SRC)

Loading…
Cancel
Save