mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
remove unused macro
This commit is contained in:
@@ -44,19 +44,6 @@ function(add_subdirectory_with_folder _folder_name _folder)
|
|||||||
set_property(DIRECTORY "${_folder}" PROPERTY FOLDER "${_folder_name}")
|
set_property(DIRECTORY "${_folder}" PROPERTY FOLDER "${_folder_name}")
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
# Macro for Xcode Projects generation
|
|
||||||
# Slightly outdated, but useful reference for all options available here:
|
|
||||||
# https://pewpewthespells.com/blog/buildsettings.html
|
|
||||||
# https://github.com/samdmarshall/Xcode-Build-Settings-Reference
|
|
||||||
if(${CMAKE_GENERATOR} MATCHES "Xcode")
|
|
||||||
|
|
||||||
macro(set_xcode_property TARGET XCODE_PROPERTY XCODE_VALUE)
|
|
||||||
set_property(TARGET ${TARGET} PROPERTY
|
|
||||||
XCODE_ATTRIBUTE_${XCODE_PROPERTY} ${XCODE_VALUE})
|
|
||||||
endmacro(set_xcode_property)
|
|
||||||
|
|
||||||
endif(${CMAKE_GENERATOR} MATCHES "Xcode")
|
|
||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
# CMake debugging #
|
# CMake debugging #
|
||||||
#######################################
|
#######################################
|
||||||
|
|||||||
Reference in New Issue
Block a user