We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4d65f9 commit 2aec9fdCopy full SHA for 2aec9fd
cmake/DPF-plugin.cmake
@@ -396,8 +396,6 @@ function(dpf_add_executable NAME)
396
if(LINUX AND _dpf_plugin_USE_WEB_VIEW)
397
target_link_libraries("${NAME}" PRIVATE "rt")
398
endif()
399
- # add the files containing C++17 or Objective-C classes
400
- dpf__add_plugin_specific_ui_sources("${NAME}" "${_dpf_plugin_USE_WEB_VIEW}")
401
402
endfunction()
403
0 commit comments