Changeset: 74e82e39e631 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=74e82e39e631
Modified Files:
        clients/mapilib/CMakeLists.txt
Branch: mbedded
Log Message:

need 2 lines of PUBLIC_HEADER


diffs (13 lines):

diff --git a/clients/mapilib/CMakeLists.txt b/clients/mapilib/CMakeLists.txt
--- a/clients/mapilib/CMakeLists.txt
+++ b/clients/mapilib/CMakeLists.txt
@@ -47,7 +47,8 @@ set_target_properties(mapi
   PROPERTIES
   VERSION ${MAPI_VERSION}
   SOVERSION ${MAPI_VERSION_MAJOR}
-  PUBLIC_HEADER mapi.h mapi_querytype.h)
+  PUBLIC_HEADER mapi.h 
+       PUBLIC_HEADER mapi_querytype.h)
 
 if (NOT WIN32)
   configure_file(monetdb-mapi.pc.in
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to