From bc00bdcdc95c92f3de3ec2ef8aa88a4156826fa2 Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 30 Jan 2024 22:38:52 +0100 Subject: [PATCH] Apply cmake-format --- cmake/modules/LibraryTarget.cmake | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cmake/modules/LibraryTarget.cmake b/cmake/modules/LibraryTarget.cmake index bc2e15f..77fc1d1 100644 --- a/cmake/modules/LibraryTarget.cmake +++ b/cmake/modules/LibraryTarget.cmake @@ -220,9 +220,10 @@ else () if (NOT META_PLUGIN_CATEGORY) add_library(${META_TARGET_NAME}-headers INTERFACE) target_include_directories( - ${META_TARGET_NAME}-headers INTERFACE $ - $ - $ ${PUBLIC_INCLUDE_DIRS}) + ${META_TARGET_NAME}-headers + INTERFACE $ + $ + $ ${PUBLIC_INCLUDE_DIRS}) target_compile_definitions(${META_TARGET_NAME}-headers INTERFACE "${META_PUBLIC_COMPILE_DEFINITIONS}" "${META_PRIVATE_COMPILE_DEFINITIONS}") target_compile_options(${META_TARGET_NAME}-headers INTERFACE "${META_PUBLIC_COMPILE_OPTIONS}"