ENH: add a bundle test

This commit is contained in:
Bill Hoffman 2005-07-13 15:43:40 -04:00
parent aa47caab2d
commit 4214dd3c2a
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
int main()
{
return 0;
}

View File

@ -0,0 +1,4 @@
PROJECT(BundleTest)
SET(MACOSX_BUNDLE_INFO_STRING "bundle_info_string")
ADD_EXECUTABLE(BundleTest MACOSX_BUNDLE BundleTest.cxx)