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
2564097e8c
CMake
/
Tests
/
ExportImport
/
Export
/
testExe1lib.c
2 lines
32 B
C
Raw
Normal View
History
Unescape
Escape
BUG: Fix export/import file generation to not store link dependencies of executables or modules.
2008-01-28 21:37:59 +03:00
int
testExe1lib
(
)
{
return
0
;
}