annotate test/thunk/CMakeLists.txt @ 326:09aaa2e774cd

- configure: * allow --target="macos" as alias for "MacOSX" or "Darwin" in configure * typo
author Tassilo Philipp
date Fri, 22 Nov 2019 23:03:01 +0100
parents 3e629dc19168
children
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(test_thunk test_thunk.c)
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
2 target_link_libraries(test_thunk dyncallback_s)
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
3