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
51acf333cc
CMake
/
Tests
/
Simple
/
simple.cxx
7 lines
68 B
C++
Raw
Normal View
History
Unescape
Escape
BUG: add link directories for target link libraries and add a test for it
2002-04-19 23:28:43 +04:00
extern
void
simpleLib
(
)
;
new tests
2001-06-22 01:52:22 +04:00
int
main
(
)
{
BUG: add link directories for target link libraries and add a test for it
2002-04-19 23:28:43 +04:00
simpleLib
(
)
;
new tests
2001-06-22 01:52:22 +04:00
return
0
;
}