mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
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:
@@ -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}
|
||||
|
Reference in New Issue
Block a user