annotate test/callback_plain_c++/CMakeLists.txt @ 556:49b60ca068c2

- cmakefile typo fix
author Tassilo Philipp
date Mon, 11 Jul 2022 23:17:50 +0200
parents ca28e9e3c644
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
545
ca28e9e3c644 - test/callback_plain_c++, to test C++ non-trivial aggrs by value, as well as method callback handlers
Tassilo Philipp
parents:
diff changeset
1 #
556
49b60ca068c2 - cmakefile typo fix
Tassilo Philipp
parents: 545
diff changeset
2 add_executable(callback_plain_c++ test_main.cc)
545
ca28e9e3c644 - test/callback_plain_c++, to test C++ non-trivial aggrs by value, as well as method callback handlers
Tassilo Philipp
parents:
diff changeset
3 target_link_libraries(callback_plain_c++ dyncallback_s dyncall_s)
ca28e9e3c644 - test/callback_plain_c++, to test C++ non-trivial aggrs by value, as well as method callback handlers
Tassilo Philipp
parents:
diff changeset
4