Move generated files to binary directory
This commit is contained in:
@@ -387,7 +387,7 @@ add_executable(strawberry)
|
||||
|
||||
if(APPLE)
|
||||
set_target_properties(strawberry PROPERTIES MACOSX_BUNDLE TRUE)
|
||||
set_target_properties(strawberry PROPERTIES MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR}/dist/macos/Info.plist")
|
||||
set_target_properties(strawberry PROPERTIES MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_BINARY_DIR}/dist/macos/Info.plist")
|
||||
endif()
|
||||
|
||||
if(WIN32 AND NOT ENABLE_WIN32_CONSOLE)
|
||||
|
||||
Reference in New Issue
Block a user