view 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 source

#
add_executable(callback_plain_c++ test_main.cc)
target_link_libraries(callback_plain_c++ dyncallback_s dyncall_s)