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
c4e672358c
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-02 00:15:54 +04:00
void
foo
(
)
;
ENH: add a very simple framework test
2007-05-08 18:58:35 +04:00
int
main
(
)
{
foo
(
)
;
return
0
;
}