annotate test/callback_suite_aggrs/CMakeLists.txt @ 524:1b1abed0ea32

- test/callback_suite_aggrs: small fix, removed missing param with default value
author Tassilo Philipp
date Wed, 13 Apr 2022 15:16:56 +0200
parents cd46e111bc4c
children 71c884e610f0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
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)
Tassilo Philipp
parents:
diff changeset
1 add_executable(callback_suite_aggrs globals.c cases.c main.c)
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)
Tassilo Philipp
parents:
diff changeset
2 target_link_libraries(callback_suite_aggrs dyncall_s dyncallback_s)
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)
Tassilo Philipp
parents:
diff changeset
3