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
ed5f95cf23
CMake
/
Tests
/
BundleTest
/
BundleLib.cxx
2 lines
24 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
int
foo
(
)
{
return
0
;
}