Correctly pass plist into configure_file on iOS
This commit is contained in:
parent
2b5fd7201f
commit
e77efa542e
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ function(add_platform_commands APP_NAME)
|
|||
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fobjc-arc")
|
||||
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/plist.in ${CMAKE_BINARY_DIR}/${add_platform_executable_TARGET}Info.plist)
|
||||
configure_file(${PROJECT_SOURCE_DIR}/platforms/ios/plist.in ${CMAKE_BINARY_DIR}/${add_platform_executable_TARGET}Info.plist)
|
||||
|
||||
set_target_properties(${APP_NAME} PROPERTIES
|
||||
XCODE_ATTRIBUTE_DEBUG_INFORMATION_FORMAT "dwarf-with-dsym"
|
||||
|
|
Reference in a new issue