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

This commit is contained in:
2016-11-30 12:35:35 +00:00
parent 17f118354d
commit d882cc1a69
3 changed files with 64 additions and 60 deletions

View File

@@ -219,7 +219,8 @@ if (LIB)
# Precompiled header
#add_custom_target(pip_pch ALL COMMAND ${CMAKE_CXX_COMPILER} -O2 -fPIC -g3 ${CMAKE_INSTALL_PREFIX}/include/pip/pip.h DEPENDS pip SOURCES ${HDRS})
#list(APPEND HDRS "pip.h.gch")
install(FILES "FindPIP.cmake" DESTINATION ${CMAKE_ROOT}/Modules)
file(GLOB CMAKES "*.cmake")
install(FILES ${CMAKES} DESTINATION ${CMAKE_ROOT}/Modules)
else ()
install(TARGETS pip DESTINATION bin)
message(STATUS "Install to local \"bin\"")