Add icons to CMake (commented-out)

These are only used on Windows and the converted files have been
committed to the repo, but this might be useful to someone.
This commit is contained in:
Diomendius
2024-06-18 16:45:23 +12:00
parent e8d20851bf
commit e3a188b2f0

View File

@@ -541,6 +541,27 @@ add_custom_command(
VERBATIM
)
# These files are committed to the repo and aren't currently useful on non-Windows systems anyway.
#file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/Aerofoil/ConvertedResources)
#
#set(CONVERTED_ICONS
# Aerofoil/ConvertedResources/Large128.ico
# Aerofoil/ConvertedResources/Large129.ico
# Aerofoil/ConvertedResources/Large130.ico
# Aerofoil/ConvertedResources/Large131.ico
# Aerofoil/ConvertedResources/Large132.ico
# Aerofoil/ConvertedResources/Large133.ico
# Aerofoil/ConvertedResources/Small128.ico
# Aerofoil/ConvertedResources/Small129.ico
# Aerofoil/ConvertedResources/Small130.ico
# Aerofoil/ConvertedResources/Small133.ico
# )
#
#add_custom_command(
# OUTPUT ${CONVERTED_ICONS}
# COMMAND ConvertColorCursors
# )
add_custom_target(Resources ALL
DEPENDS
${DATA_FILES}