Formalize mingw linking line in CMake file

This commit is contained in:
Paul Ramsey 2013-10-29 11:45:31 -07:00
parent 8612f906a0
commit 10f2810c6b

View File

@ -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