view test/plain_c++/CMakeLists.txt @ 285:483581921af2

- dynload_plain test: better guessing what .so to use
author Tassilo Philipp
date Sat, 21 Apr 2018 14:32:35 +0200
parents 3e629dc19168
children 01a5762c6fba
line wrap: on
line source

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