X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=CMakeLists.txt;h=dd05d4bd5b3d11f5c609e62b8b8a90bf4f9bce4f;hp=b6aaac34b759e127572e127bce67e1b4e5f9a7c5;hb=f60fbc476ee9c993d7d2359834c69b7a99bef872;hpb=e5cf3c2858e0b7a3e1570efee01f99968a1a48d1 diff --git a/CMakeLists.txt b/CMakeLists.txt index b6aaac3..dd05d4b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -106,5 +106,7 @@ endif(${WIN32}) configure_file(${CMAKE_SOURCE_DIR}/libftdi.pc.in ${CMAKE_BINARY_DIR}/libftdi.pc @ONLY) configure_file(${CMAKE_SOURCE_DIR}/libftdipp.pc.in ${CMAKE_BINARY_DIR}/libftdipp.pc @ONLY) +install(FILES ${CMAKE_BINARY_DIR}/libftdi.pc ${CMAKE_BINARY_DIR}/libftdipp.pc + DESTINATION lib/pkgconfig) include(CPack)