mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
Rename the sixtyfps_compiler binary to sixtyfps-compiler
This commit is contained in:
parent
57a00a4487
commit
ccdcb61178
5 changed files with 12 additions and 12 deletions
|
@ -21,9 +21,9 @@ function(SIXTYFPS_TARGET_60_SOURCES target)
|
|||
|
||||
add_custom_command(
|
||||
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${_60_BASE_NAME}.h
|
||||
COMMAND SixtyFPS::sixtyfps_compiler ${_60_ABSOLUTE}
|
||||
COMMAND SixtyFPS::sixtyfps-compiler ${_60_ABSOLUTE}
|
||||
-o ${_60_BASE_NAME_REL}.h --depfile ${_60_BASE_NAME_REL}.d
|
||||
DEPENDS SixtyFPS::sixtyfps_compiler ${_60_ABSOLUTE}
|
||||
DEPENDS SixtyFPS::sixtyfps-compiler ${_60_ABSOLUTE}
|
||||
COMMENT "Generating ${_60_BASE_NAME}.h"
|
||||
DEPFILE ${CMAKE_CURRENT_BINARY_DIR}/${_60_BASE_NAME}.d
|
||||
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
|
||||
|
@ -33,9 +33,9 @@ function(SIXTYFPS_TARGET_60_SOURCES target)
|
|||
file(GLOB ALL_60S "${_60_DIR}/*.60")
|
||||
add_custom_command(
|
||||
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${_60_BASE_NAME}.h
|
||||
COMMAND SixtyFPS::sixtyfps_compiler ${_60_ABSOLUTE}
|
||||
COMMAND SixtyFPS::sixtyfps-compiler ${_60_ABSOLUTE}
|
||||
-o ${CMAKE_CURRENT_BINARY_DIR}/${_60_BASE_NAME}.h
|
||||
DEPENDS SixtyFPS::sixtyfps_compiler ${_60_ABSOLUTE} ${ALL_60S}
|
||||
DEPENDS SixtyFPS::sixtyfps-compiler ${_60_ABSOLUTE} ${ALL_60S}
|
||||
COMMENT "Generating ${_60_BASE_NAME}.h"
|
||||
)
|
||||
endif(CMAKE_GENERATOR STREQUAL "Ninja")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue