First Commit
/ build_macos (push) Has been cancelled
/ build_windows (push) Has been cancelled
/ build_ubuntu (push) Has been cancelled

This commit is contained in:
2025-11-19 16:23:45 +07:00
commit dbdc5bcc4a
1791 changed files with 489451 additions and 0 deletions
@@ -0,0 +1,23 @@
install(
DIRECTORY pqxx "${PROJECT_BINARY_DIR}/include/pqxx"
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
FILES_MATCHING
# For each X.hxx, install both X.hxx itself and plain X.
PATTERN *.hxx
# TODO: Is there any way to do this with CMake's globbing?
###MAKTEMPLATE:FOREACH include/pqxx/*.hxx
PATTERN ###BASENAME###
###MAKTEMPLATE:ENDFOREACH
PATTERN internal/*.hxx
PATTERN internal/gates/*.hxx
PATTERN config-public-compiler.h
PATTERN pqxx
PATTERN doc EXCLUDE
)
install(
DIRECTORY pqxx/doc/
DESTINATION ${CMAKE_INSTALL_DOCDIR}
FILES_MATCHING
PATTERN *.md
)