mirror of
https://github.com/reactos/CMake.git
synced 2024-12-04 09:54:15 +00:00
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)
|
|
|