comparison test/callback_plain_c++/CMakeLists.txt @ 545:ca28e9e3c644

- test/callback_plain_c++, to test C++ non-trivial aggrs by value, as well as method callback handlers - Changelog
author Tassilo Philipp
date Tue, 31 May 2022 18:35:06 +0200
parents
children 49b60ca068c2
comparison
equal deleted inserted replaced
544:111236b31c75 545:ca28e9e3c644
1 #
2 add_executable(callback_plain_c++ test_main.c)
3 target_link_libraries(callback_plain_c++ dyncallback_s dyncall_s)
4