view test/plain_c++/CMakeLists.txt @ 557:b36a738c8975

- dyncallback: fix for calling back win/x64 C++ methods returning non-trivial aggregates (thanks Raphael!) - test/callback_plain_c++: * added test code for C++ method callbacks returning non-trivial aggregates * makefile linker command fix (was linking assuming c and not c++) - test/plain_c++: comments for completeness
author Tassilo Philipp
date Sat, 20 Aug 2022 21:04:15 +0200
parents 3e629dc19168
children 01a5762c6fba
line wrap: on
line source

add_executable(plain_cxx test_main.cc)
target_link_libraries(plain_cxx dyncall_s)