view test/plain_c++/CMakeLists.txt @ 586:b26a2a4e1daa r1.4-RC2

- plain_c++ test: removal of double use of va_arg() in same statement, seems to confuse some sparc compilers
author Tassilo Philipp
date Tue, 13 Sep 2022 17:53:13 +0200
parents 3e629dc19168
children 01a5762c6fba
line wrap: on
line source

add_executable(plain_cxx test_main.cc)
target_link_libraries(plain_cxx dyncall_s)