git-svn-id: svn://db.shs.com.ru/pip@896 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2020-03-04 20:59:11 +00:00
parent f728d4238b
commit e3adff1f78
6 changed files with 18 additions and 7 deletions

View File

@@ -565,8 +565,9 @@ if(LIB)
else()
if(NOT PIP_FREERTOS)
install(TARGETS ${PIP_LIBS_TARGETS} DESTINATION bin)
install(FILES ${HDRS} DESTINATION include)
message(STATUS "Install ${PROJECT_NAME} to local \"bin\"")
install(TARGETS ${PIP_LIBS_TARGETS} DESTINATION lib)
install(FILES ${HDRS} DESTINATION include/pip)
message(STATUS "Install ${PROJECT_NAME} to local \"bin\", \"lib\" and \"include\"")
endif()
endif()