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
bde71e9668
CMake
/
Tests
/
BundleTest
/
BundleTest.cxx
7 lines
50 B
C++
Raw
Normal View
History
Unescape
Escape
BUG: Fixed installation of MacOSX Bundle executables and the corresponding install_name remapping support. Extended the BundleTest test to check that this all works. Part of these fixes required changing the signature of AppendDirectoryForConfig in all generators. It now accepts prefix and suffix strings to deal with whether leading or trailing slashes should be included with the configuration subdirectory.
2006-03-03 20:58:48 +03:00
extern
int
foo
(
)
;
ENH: add a bundle test
2005-07-13 23:43:40 +04:00
int
main
(
)
{
BUG: Fixed installation of MacOSX Bundle executables and the corresponding install_name remapping support. Extended the BundleTest test to check that this all works. Part of these fixes required changing the signature of AppendDirectoryForConfig in all generators. It now accepts prefix and suffix strings to deal with whether leading or trailing slashes should be included with the configuration subdirectory.
2006-03-03 20:58:48 +03:00
return
foo
(
)
;
ENH: add a bundle test
2005-07-13 23:43:40 +04:00
}