mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
Formalize mingw linking line in CMake file
This commit is contained in:
parent
8612f906a0
commit
10f2810c6b
@ -44,6 +44,9 @@ if (LIBGHT_FOUND)
|
||||
target_link_libraries (pointcloud ght)
|
||||
endif (LIBGHT_FOUND)
|
||||
|
||||
if (MINGW)
|
||||
target_link_libraries (pointcloud postgres)
|
||||
endif (MINGW)
|
||||
|
||||
install (
|
||||
TARGETS pointcloud
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user