diff test/callback_suite_aggrs/CMakeLists.txt @ 523:cd46e111bc4c

- new test/callback_suite_aggrs (currently ahead of checked-in dyncall code and won't compile, though, as with call_suite_aggrs; dc code will be checked in, soon)
author Tassilo Philipp
date Wed, 13 Apr 2022 14:59:57 +0200
parents
children 71c884e610f0
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test/callback_suite_aggrs/CMakeLists.txt	Wed Apr 13 14:59:57 2022 +0200
@@ -0,0 +1,3 @@
+add_executable(callback_suite_aggrs globals.c cases.c main.c)
+target_link_libraries(callback_suite_aggrs dyncall_s dyncallback_s)
+