CMake/Tests/LinkDirectory/mylibA.c
Brad King bb18790397 Test CMP0015 OLD and NEW link_directories behavior
We create a LinkDirectory test to check that the policy OLD and NEW
behaviors work as documented.  See issue #9697.
2009-11-24 11:17:16 -05:00

2 lines
31 B
C

int mylibA(void) { return 0; }