mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
Create a new crate to expose the C++
This commit is contained in:
parent
705b76d2bd
commit
0e351de1a6
10 changed files with 88 additions and 54 deletions
|
@ -17,8 +17,8 @@ if(_IMPORT_PREFIX STREQUAL "/")
|
|||
set(_IMPORT_PREFIX "")
|
||||
endif()
|
||||
|
||||
add_library(sixtyfps-rendering-backend-default-shared SHARED IMPORTED)
|
||||
set_target_properties(sixtyfps-rendering-backend-default-shared PROPERTIES @SIXTYFPS_LIB_PROPERTIES@)
|
||||
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}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue