view test/callback_suite/CMakeLists.txt @ 462:653b65580cb4

suite_aggr: - added arrays (inside of structs/unions, only, as only way to pass/return them by value) - cleanups and pregen of source
author Tassilo Philipp
date Tue, 01 Feb 2022 21:44:18 +0100
parents 1e65b8911603
children d8f0e6cecdab
line wrap: on
line source

add_executable(callback_suite env.c handler.c sigstrings.c invokers.c do_test.c main.c signature_utils.c)
target_link_libraries(callback_suite dyncallback_s)