diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-07-13 19:43:40 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-07-13 19:43:40 (GMT) |
commit | 4214dd3c2a70e89cda87c1424c80e054d823f7f7 (patch) | |
tree | 6a8182319cd80b0016e55b913a488505c8163e1d /Tests/BundleTest/CMakeLists.txt | |
parent | aa47caab2db3961bfdd53036e5637df208b319d4 (diff) | |
download | CMake-4214dd3c2a70e89cda87c1424c80e054d823f7f7.zip CMake-4214dd3c2a70e89cda87c1424c80e054d823f7f7.tar.gz CMake-4214dd3c2a70e89cda87c1424c80e054d823f7f7.tar.bz2 |
ENH: add a bundle test
Diffstat (limited to 'Tests/BundleTest/CMakeLists.txt')
-rw-r--r-- | Tests/BundleTest/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/BundleTest/CMakeLists.txt b/Tests/BundleTest/CMakeLists.txt new file mode 100644 index 0000000..dcc6798 --- /dev/null +++ b/Tests/BundleTest/CMakeLists.txt @@ -0,0 +1,4 @@ +PROJECT(BundleTest) +SET(MACOSX_BUNDLE_INFO_STRING "bundle_info_string") +ADD_EXECUTABLE(BundleTest MACOSX_BUNDLE BundleTest.cxx) + |