CMake/Tests/BundleTest/CMakeLists.txt

5 lines
129 B
CMake
Raw Normal View History

2005-07-13 23:43:40 +04:00
PROJECT(BundleTest)
SET(MACOSX_BUNDLE_INFO_STRING "bundle_info_string")
ADD_EXECUTABLE(BundleTest MACOSX_BUNDLE BundleTest.cxx)