ENH: add a bundle test
This commit is contained in:
parent
aa47caab2d
commit
4214dd3c2a
4
Tests/BundleTest/BundleTest.cxx
Normal file
4
Tests/BundleTest/BundleTest.cxx
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
int main()
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
4
Tests/BundleTest/CMakeLists.txt
Normal file
4
Tests/BundleTest/CMakeLists.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
PROJECT(BundleTest)
|
||||||
|
SET(MACOSX_BUNDLE_INFO_STRING "bundle_info_string")
|
||||||
|
ADD_EXECUTABLE(BundleTest MACOSX_BUNDLE BundleTest.cxx)
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user