This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
Code
Issues
Pull Requests
Releases
Wiki
Activity
CMake
/
Tests
/
LinkDirectory
/
mylibA.c
2 lines
31 B
C
Raw
Normal View
History
Unescape
Escape
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
int
mylibA
(
void
)
{
return
0
;
}
Reference in New Issue
Copy Permalink