Browse Source

cmake: fix dpf_add_executable for windows builds with webview

Signed-off-by: falkTX <falktx@falktx.com>
develop
falkTX 3 days ago
parent
commit
2aec9fd476
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      cmake/DPF-plugin.cmake

+ 0
- 2
cmake/DPF-plugin.cmake View File

@@ -396,8 +396,6 @@ function(dpf_add_executable NAME)
if(LINUX AND _dpf_plugin_USE_WEB_VIEW)
target_link_libraries("${NAME}" PRIVATE "rt")
endif()
# add the files containing C++17 or Objective-C classes
dpf__add_plugin_specific_ui_sources("${NAME}" "${_dpf_plugin_USE_WEB_VIEW}")
endif()
endfunction()



Loading…
Cancel
Save