mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-28 15:41:22 +01:00
cmake runtime install support (headers+libs)
This commit is contained in:
@@ -18,5 +18,16 @@ set_target_properties( ${LIBNAMED}
|
||||
SOVERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
|
||||
target_link_libraries( ${LIBNAMED} PocoFoundationd )
|
||||
|
||||
install(
|
||||
DIRECTORY include/Poco
|
||||
DESTINATION include
|
||||
)
|
||||
|
||||
install(
|
||||
TARGETS ${LIBNAME} ${LIBNAMED}
|
||||
DESTINATION lib
|
||||
)
|
||||
|
||||
add_subdirectory( ExtJS )
|
||||
|
||||
#add_subdirectory( testsuite )
|
||||
|
||||
Reference in New Issue
Block a user