This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
08c71acc87
CMake
/
Tests
/
RunCMake
/
ObjectLibrary
/
a.cxx
2 lines
40 B
C++
Raw
Normal View
History
Unescape
Escape
Test OBJECT library language propagation Teach the RunCMake.ObjectLibrary test to verify that languages used in an OBJECT library are propagated to targets that use it so that the languages can be included in link analysis.
2012-03-12 23:02:42 +04:00
extern
"
C
"
int
acxx
(
void
)
{
return
0
;
}