mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2026-02-01 17:20:32 +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"
|
|
)
|
|
|