mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
parent
b32b7a5a7e
commit
743b1da753
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ function(SIXTYFPS_TARGET_60_SOURCES target)
|
|||
add_custom_command(
|
||||
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${_60_BASE_NAME}.h
|
||||
COMMAND SixtyFPS::sixtyfps_compiler ${_60_ABSOLUTE} > ${CMAKE_CURRENT_BINARY_DIR}/${_60_BASE_NAME}.h
|
||||
DEPENDS ${_60_ABSOLUTE}
|
||||
DEPENDS SixtyFPS::sixtyfps_compiler ${_60_ABSOLUTE}
|
||||
COMMENT "Generating ${_60_BASE_NAME}.h")
|
||||
target_sources(${target} PRIVATE ${CMAKE_CURRENT_BINARY_DIR}/${_60_BASE_NAME}.h)
|
||||
endforeach()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue