annotate test/suite_aggrs/CMakeLists.txt @ 449:68f7d6ed3e6f

forgotten files of commit 54c1dc2e6ea5
author Tassilo Philipp
date Thu, 27 Jan 2022 11:44:47 +0100
parents 167faab0c0be
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
432
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
1 add_executable(suite_aggrs globals.c cases.c main.c)
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
2 target_link_libraries(suite_aggrs dyncall_s)
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
3
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
4