view test/plain_c++/CMakeLists.txt @ 590:01a5762c6fba

- relaxed cmake's c++ compiler check for test suite a bit by just checking if compiler string is set (existing CMAKE_CXX_COMPILER_WORKS fails on some platforms) - cmake name fix for plain_c++ test - changelog cosmetics for consistency
author Tassilo Philipp
date Mon, 19 Sep 2022 16:38:11 +0200
parents 3e629dc19168
children
line wrap: on
line source

add_executable(plain_c++ test_main.cc)
target_link_libraries(plain_c++ dyncall_s)