mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
12 lines
196 B
CMake
12 lines
196 B
CMake
|
|
set ( PCPG_INSTALL_EXENSIONS
|
|
pointcloud_postgis--1.0.sql
|
|
pointcloud_postgis.control
|
|
)
|
|
|
|
install (
|
|
FILES ${PCPG_INSTALL_EXENSIONS}
|
|
DESTINATION "${PGSQL_SHAREDIR}/extension"
|
|
)
|
|
|