Skip to content

Commit

Permalink
Development/small adjustments (#1157)
Browse files Browse the repository at this point in the history
* Formating: Define qualifier alignment

* CMake: remove a double install of the cmake directory

Co-authored-by: Pierre Wielders <pierre@wielders.net>
  • Loading branch information
bramoosterhuis and pwielders committed Dec 2, 2022
1 parent 035343b commit db21fb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions Source/.clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ PenaltyBreakString: 1000
PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 60
PointerAlignment: Left
QualifierAlignment: Left
ReflowComments: true
SortIncludes: true
SortUsingDeclarations: true
Expand Down
2 changes: 0 additions & 2 deletions Source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,3 @@ if(EXECUTABLE)
add_subdirectory(WPEFramework)
endif()

install(DIRECTORY ${CMAKE_SOURCE_DIR}/cmake
DESTINATION include/${NAMESPACE})

0 comments on commit db21fb6

Please sign in to comment.