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
7 lines
48 B
C++
Raw
Normal View
History
Unescape
Escape
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 20:15:54 +00:00
void
foo
(
)
;
ENH: add a very simple framework test
2007-05-08 14:58:35 +00:00
int
main
(
)
{
foo
(
)
;
return
0
;
}
Reference in New Issue
Copy Permalink