Skip to content

Commit

Permalink
Update cmake for latest changes, allow webview UI_TYPE
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed May 17, 2024
1 parent 802774a commit 9a8b49d
Show file tree
Hide file tree
Showing 5 changed files with 260 additions and 38 deletions.
6 changes: 4 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ if(DPF_LIBRARIES)
if(PKG_CONFIG_FOUND)
pkg_check_modules(CAIRO "cairo")
if(CAIRO_FOUND AND (NOT HAIKU))
dpf__add_dgl_cairo(FALSE)
dpf__add_dgl_cairo(FALSE, TRUE)
endif()
endif()
dpf__add_dgl_opengl(FALSE)
dpf__add_dgl_external(TRUE)
dpf__add_dgl_opengl(FALSE, TRUE)
endif()

if(DPF_EXAMPLES)
Expand All @@ -56,4 +57,5 @@ if(DPF_EXAMPLES)
add_subdirectory("examples/MidiThrough")
add_subdirectory("examples/Parameters")
add_subdirectory("examples/States")
add_subdirectory("examples/WebMeters")
endif()
Loading

0 comments on commit 9a8b49d

Please sign in to comment.