Skip to content

Commit d289e79

Browse files
committed
bump deps
1 parent 92d33e6 commit d289e79

File tree

3 files changed

+2740
-1557
lines changed

3 files changed

+2740
-1557
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ add_library(${PLUGIN_ADDON_NAME} SHARED
2424

2525
AddPluginConfig(${PLUGIN_ADDON_NAME})
2626

27+
2728
target_include_directories(${PLUGIN_ADDON_NAME} PRIVATE
2829
"${CMAKE_JS_INC}"
2930
"${PROJECT_SOURCE_DIR}"
@@ -33,5 +34,4 @@ target_link_libraries(${PLUGIN_ADDON_NAME} PRIVATE
3334
"${CMAKE_JS_LIB}"
3435
Qt5::Widgets
3536
Qt5::Gui
36-
)
37-
37+
)

0 commit comments

Comments
 (0)