Lagom: Add ClangPlugins to the build system

This commit is contained in:
Matthew Olsson
2024-04-15 18:50:49 -07:00
committed by Andrew Kaster
parent c3ed1a7995
commit 4ae7bbda52
9 changed files with 34 additions and 1 deletions

View File

@@ -264,3 +264,6 @@ if (ENABLE_USB_IDS_DOWNLOAD AND NOT EXISTS "${USB_IDS_INSTALL_PATH}/${USB_IDS_FI
download_file("${USB_IDS_URL}" "${USB_IDS_DOWNLOAD_PATH}")
install(FILES "${USB_IDS_DOWNLOAD_PATH}" DESTINATION "${USB_IDS_INSTALL_PATH}")
endif()
add_library(GenericClangPlugin INTERFACE)
add_library(JSClangPlugin INTERFACE)