5 lines
129 B
CMake
5 lines
129 B
CMake
|
PROJECT(BundleTest)
|
||
|
SET(MACOSX_BUNDLE_INFO_STRING "bundle_info_string")
|
||
|
ADD_EXECUTABLE(BundleTest MACOSX_BUNDLE BundleTest.cxx)
|
||
|
|