view test/callback_plain/CMakeLists.txt @ 550:5e1002095afa

- callback_suite_aggrs: enabling (non-standard) struct packing, by default (via #pragma, should be ignored by compilers not handling that) - comment fix
author Tassilo Philipp
date Mon, 20 Jun 2022 14:24:37 +0200
parents 71c884e610f0
children
line wrap: on
line source

#
add_executable(callback_plain callback_plain.c)
target_link_libraries(callback_plain dyncallback_s dyncall_s)