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
b78053c7a8
CMake
/
Tests
/
OutOfSource
/
OutOfSourceSubdir
/
simple.cxx
11 lines
100 B
C++
Raw
Normal View
History
Unescape
Escape
FIX: fix bug 2043 borland compiler and dll problem and add a test for it
2005-07-14 20:21:49 +04:00
#
include
"testlib.h"
ENH: added new test for out of dir source trees
2005-03-14 19:26:32 +03:00
int
main
(
)
{
FIX: fix bug 2043 borland compiler and dll problem and add a test for it
2005-07-14 20:21:49 +04:00
if
(
TestLib
(
)
!
=
1.0
)
{
return
-
1
;
}
ENH: added new test for out of dir source trees
2005-03-14 19:26:32 +03:00
return
0
;
}