view test/call_suite/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 2b708397bba1
children
line wrap: on
line source

add_executable(call_suite globals.c cases.c main.c)
target_link_libraries(call_suite dyncall_s)