Skip to content

Commit ecb9bdd

Browse files
committed
Remove pen blocks
1 parent 48a0864 commit ecb9bdd

File tree

8 files changed

+5
-2174
lines changed

8 files changed

+5
-2174
lines changed

src/CMakeLists.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,6 @@ qt_add_qml_module(scratchcpp-render
7878
effecttransform.h
7979
)
8080

81-
if (NOT LIBSCRATCHCPP_USE_LLVM)
82-
target_sources(scratchcpp-render
83-
PRIVATE
84-
blocks/penblocks.cpp
85-
blocks/penblocks.h)
86-
endif()
87-
8881
list(APPEND QML_IMPORT_PATH ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR})
8982
list(REMOVE_DUPLICATES QML_IMPORT_PATH)
9083
set(QML_IMPORT_PATH ${QML_IMPORT_PATH} CACHE STRING "" FORCE)

0 commit comments

Comments
 (0)