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
/
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 15:28:43 -04:00
extern
void
simpleLib
(
)
;
new tests
2001-06-21 17:52:22 -04:00
int
main
(
)
{
BUG: add link directories for target link libraries and add a test for it
2002-04-19 15:28:43 -04:00
simpleLib
(
)
;
new tests
2001-06-21 17:52:22 -04:00
return
0
;
}
Reference in New Issue
Copy Permalink