[Greater-commits] r180 - trunk/GREAT-ER-DB/trunk/impl/postgresql

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jun 9 17:06:20 CEST 2011


Author: aheinecke
Date: 2011-06-09 17:06:19 +0200 (Thu, 09 Jun 2011)
New Revision: 180

Modified:
   trunk/GREAT-ER-DB/trunk/impl/postgresql/CMakeLists.txt
Log:
Link with postgreslibraries. MSVC needs that explicitly


Modified: trunk/GREAT-ER-DB/trunk/impl/postgresql/CMakeLists.txt
===================================================================
--- trunk/GREAT-ER-DB/trunk/impl/postgresql/CMakeLists.txt	2011-06-09 15:00:49 UTC (rev 179)
+++ trunk/GREAT-ER-DB/trunk/impl/postgresql/CMakeLists.txt	2011-06-09 15:06:19 UTC (rev 180)
@@ -81,6 +81,7 @@
 )
 
 add_library(dagreater_pg SHARED ${dagreater_pg_SRCS})
+target_link_libraries(dagreater_pg ${POSTGRESQL_LIBRARIES})
 
 set_target_properties(dagreater_pg PROPERTIES
     VERSION ${CMAKE_DAGREATER_PG_VERSION_STRING}



More information about the Greater-commits mailing list