annotate test/callback_suite/CMakeLists.txt @ 218:cb56f077fd37

- dynload_plain test fixes
author Tassilo Philipp
date Thu, 06 Apr 2017 13:35:50 +0200
parents 3e629dc19168
children 1e65b8911603
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
1 add_executable(callback_suite env.c handler.c sigstrings.c invokers.c do_test.c main.c print.c signature_utils.c)
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
2 target_link_libraries(callback_suite dyncallback_s)
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
3