Mercurial > pub > dyncall > dyncall
changeset 556:49b60ca068c2
- cmakefile typo fix
author | Tassilo Philipp |
---|---|
date | Mon, 11 Jul 2022 23:17:50 +0200 |
parents | 214c4efc104f |
children | b36a738c8975 |
files | test/callback_plain_c++/CMakeLists.txt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/test/callback_plain_c++/CMakeLists.txt Mon Jun 20 17:42:13 2022 +0200 +++ b/test/callback_plain_c++/CMakeLists.txt Mon Jul 11 23:17:50 2022 +0200 @@ -1,4 +1,4 @@ # -add_executable(callback_plain_c++ test_main.c) +add_executable(callback_plain_c++ test_main.cc) target_link_libraries(callback_plain_c++ dyncallback_s dyncall_s)