comparison test/call_suite/CMakeLists.txt @ 4:e1706ad13e9e

added CMakeLists.txt for tests (call_suite and resolveself)
author dadler
date Tue, 07 Apr 2015 11:14:05 +0200
parents
children 2b708397bba1
comparison
equal deleted inserted replaced
3:af6c88d34af0 4:e1706ad13e9e
1 add_executable(call_suite globals.c invoke.c cases.c main.c)
2 target_link_libraries(call_suite dyncall_s)
3
4