mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
Fix C++ build with the interpreter disabled
This commit is contained in:
parent
5a81976f3b
commit
cca2a18edb
2 changed files with 10 additions and 4 deletions
|
@ -232,7 +232,9 @@ if(BUILD_TESTING)
|
|||
|
||||
endmacro(sixtyfps_test)
|
||||
sixtyfps_test(datastructures)
|
||||
sixtyfps_test(interpreter)
|
||||
if(SIXTYFPS_FEATURE_INTERPRETER)
|
||||
sixtyfps_test(interpreter)
|
||||
endif()
|
||||
sixtyfps_test(eventloop)
|
||||
target_link_libraries(test_eventloop PRIVATE Threads::Threads)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue