We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6c6569 commit 14afdc5Copy full SHA for 14afdc5
cmake/macros.cmake
@@ -751,7 +751,7 @@ macro(cp_add_executable)
751
endif()
752
elseif (DARWIN OR IOS)
753
list(APPEND _EXE_SRCS ${PROJECT_BINARY_DIR}/Info.plist)
754
- add_executable(${_EXE_TARGET} ${_EXE_SRCS} ${TARGET_ASSETS})
+ add_executable(${_EXE_TARGET} MACOSX_BUNDLE ${_EXE_SRCS} ${TARGET_ASSETS})
755
if (_EXE_TPS)
756
texturepacker(PROJECTNAME ${_EXE_TARGET} FILELIST ${_EXE_TPS})
757
textures(${_EXE_TARGET})
0 commit comments