You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
417 B
18 lines
417 B
install(
|
|
DIRECTORY html/
|
|
DESTINATION ${SHARE_INSTALL_PREFIX}/doc/ksquirrel-libs/${LIBKSQUIRREL_VERSION_STRING}
|
|
PATTERN "Makefile.am" EXCLUDE
|
|
)
|
|
|
|
install(
|
|
DIRECTORY man/
|
|
DESTINATION ${MAN_INSTALL_DIR}/man1
|
|
PATTERN "Makefile.am" EXCLUDE
|
|
)
|
|
|
|
install(
|
|
DIRECTORY sources/
|
|
DESTINATION ${SHARE_INSTALL_PREFIX}/doc/ksquirrel-libs/${LIBKSQUIRREL_VERSION_STRING}/sources
|
|
PATTERN "sources/Makefile.am" EXCLUDE
|
|
)
|