view test/callback_suite/CMakeLists.txt @ 578:87b5f5d7af1f

callback_plain_c++: improved cross-platform robustness of faked thiscall used for testing
author Tassilo Philipp
date Thu, 08 Sep 2022 16:15:52 +0200
parents 71c884e610f0
children
line wrap: on
line source

add_executable(callback_suite globals.c cases.c main.c)
target_link_libraries(callback_suite dyncallback_s dyncall_s)