view test/plain_c++/CMakeLists.txt @ 602:22e4e3f06797

tests: - removed stale test/sharedlib (which built a dll, but is unused now, dynload_plain prob used it but provides such libs itself, now) - sync'ed some embedded Makefiles w/ generic ones - suite3: fixed C++ flags
author Tassilo Philipp
date Wed, 21 Sep 2022 13:25:35 +0200
parents 01a5762c6fba
children
line wrap: on
line source

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