Browse Source

Fixed path in CMakeLists.txt

doc
Hauke Zühl 9 years ago
parent
commit
48fe044c18
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -56,7 +56,7 @@ include_directories(${CURL_INCLUDE_DIRS})
set(LIBS ${LIBS} ${JSONCPP_LIBRARIES})
set(LIBS ${LIBS} ${CURL_LIBRARIES})
set(INSTALL_PKGCONFIG_DIR "${CMAKE_INSTALL_PREFIX}/pkgconfig")
set(INSTALL_PKGCONFIG_DIR "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig")
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include)
add_library(tgbotpp SHARED ${SOURCES})

Loading…
Cancel
Save