mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 14:21: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
|
@ -20,8 +20,8 @@ endif()
|
|||
add_library(sixtyfps-cpp-shared SHARED IMPORTED)
|
||||
set_target_properties(sixtyfps-cpp-shared PROPERTIES @SIXTYFPS_LIB_PROPERTIES@)
|
||||
|
||||
add_executable(SixtyFPS::sixtyfps_compiler IMPORTED GLOBAL)
|
||||
set_target_properties(SixtyFPS::sixtyfps_compiler PROPERTIES IMPORTED_LOCATION "${_IMPORT_PREFIX}/@CMAKE_INSTALL_BINDIR@/sixtyfps_compiler${CMAKE_EXECUTABLE_SUFFIX}")
|
||||
add_executable(SixtyFPS::sixtyfps-compiler IMPORTED GLOBAL)
|
||||
set_target_properties(SixtyFPS::sixtyfps-compiler PROPERTIES IMPORTED_LOCATION "${_IMPORT_PREFIX}/@CMAKE_INSTALL_BINDIR@/sixtyfps-compiler${CMAKE_EXECUTABLE_SUFFIX}")
|
||||
|
||||
set(_IMPORT_PREFIX)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue