diff monetdbe/CMakeLists.txt @ 36:f100f14c0d0a

update use of api and changed name of library/include file
author Niels Nes <niels@cwi.nl>
date Tue, 16 Jun 2020 10:11:57 +0200 (2020-06-16)
parents embedded/CMakeLists.txt@f712fa63c6cc
children 8122094c79b1
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/monetdbe/CMakeLists.txt	Tue Jun 16 10:11:57 2020 +0200
@@ -0,0 +1,14 @@
+#[[
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0.  If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# Copyright 1997 - July 2008 CWI, August 2008 - 2020 MonetDB B.V.
+#]]
+
+add_executable(example1 example1.c)
+target_link_libraries(example1
+  PRIVATE
+    MonetDB::monetdb_config_header
+    MonetDB::monetdbe)
+add_test(run_example1 example1)