view test/call_suite/CMakeLists.txt @ 635:840a870c093c

- add flag to configure.bat to generate *nix makefiles (can be used to gen a mostly working *nix make build env run with batch, not logical but useful in some zombie setups)
author Tassilo Philipp
date Sun, 20 Nov 2022 22:14:39 +0100
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)