diff 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
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)