annotate test/callback_plain_c++/CMakeLists.txt @ 608:b1f2b574d772

- test/syscall: minix include fix
author Tassilo Philipp
date Tue, 27 Sep 2022 15:34:45 +0200
parents 49b60ca068c2
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