This website requires JavaScript.
Explore
Help
Register
Sign In
reactos
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
mirror of
https://github.com/reactos/CMake.git
synced
2024-11-24 20:19:53 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
3117b5feec
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