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
/
Framework
/
bar.cxx
David Cole
64f40a2816
BUG: Fix test that broke on Windows - sharing sources between SHARED and STATIC libraries requires correct export and import decorations in the source code...
2007-08-01 16:15:54 -04:00
7 lines
48 B
C++
Raw
Blame
History
void
foo
(
)
;
int
main
(
)
{
foo
(
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink