From b4533debd95e92a537c30694e324b5187bc6bd6f Mon Sep 17 00:00:00 2001 From: James Zern Date: Mon, 14 Feb 2022 10:06:03 -0800 Subject: [PATCH] CMakeLists.txt,cosmetics: break long line Change-Id: Ibe48516e858d4443d9ae43d8a5f6d074c7b07dd8 --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aeb1d296..9610eaa0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -564,7 +564,8 @@ if(WEBP_BUILD_WEBPMUX) add_executable(webpmux_app ${WEBPMUX_SRCS}) set_target_properties(webpmux_app PROPERTIES OUTPUT_NAME webpmux) target_link_libraries(webpmux_app exampleutil imageioutil webpmux webp) - target_include_directories(webpmux_app PRIVATE ${CMAKE_CURRENT_BINARY_DIR}/src) + target_include_directories(webpmux_app + PRIVATE ${CMAKE_CURRENT_BINARY_DIR}/src) install(TARGETS webpmux_app RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}) endif()