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
146bf9267c
CMake
/
Tests
/
COnly
/
libc2.c
7 lines
56 B
C
Raw
Normal View
History
Unescape
Escape
Shared library should export symbols on windows
2003-01-01 22:26:50 +03:00
#
include
"libc2.h"
Test also stating and shared libraries
2002-12-31 23:22:48 +03:00
float
LibC2Func
(
)
{
return
1.0
;
}