view test/suite_aggrs/CMakeLists.txt @ 433:45662241d9cd

suite_aggrs now handling struct by value return types, also still missing: nesting, unions, arrays note: this doesn't compile against this same checked in revision of dyncall, but only my working copy; a future checkin will catch up
author Tassilo Philipp
date Sat, 22 Jan 2022 16:07:57 +0100
parents 167faab0c0be
children
line wrap: on
line source

add_executable(suite_aggrs globals.c cases.c main.c)
target_link_libraries(suite_aggrs dyncall_s)