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
/
COnly
/
libc2.c
7 lines
56 B
C
Raw
Normal View
History
Unescape
Escape
Shared library should export symbols on windows
2003-01-01 14:26:50 -05:00
#
include
"libc2.h"
Test also stating and shared libraries
2002-12-31 15:22:48 -05:00
float
LibC2Func
(
)
{
return
1.0
;
}
Reference in New Issue
Copy Permalink