view test/ellipsis/CMakeLists.txt @ 620:14c582c828b9

- test/resolve_self: use a more portable linker option to export exec symbols (fixes some builds)
author Tassilo Philipp
date Mon, 03 Oct 2022 16:52:15 +0200
parents 3e629dc19168
children
line wrap: on
line source

add_executable(ellipsis main.cc ellipsis.cc)
target_link_libraries(ellipsis dyncall_s)