This repository has been archived by the owner on Jun 16, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add cmake-format pre-commmit hook
- Loading branch information
Showing
12 changed files
with
109 additions
and
181 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,7 @@ | ||
# SPDX-FileCopyrightText: 2021 Mikhail Zolotukhin <[email protected]> | ||
# SPDX-License-Identifier: MIT | ||
|
||
install( | ||
FILES | ||
bismuth_old_conf_ui.upd | ||
bismuth_shortcuts_category.upd | ||
bismuth_new_logger.upd | ||
DESTINATION ${KDE_INSTALL_KCONFUPDATEDIR} | ||
) | ||
install( | ||
PROGRAMS | ||
bismuth_old_conf_ui.sh | ||
DESTINATION ${KDE_INSTALL_KCONFUPDATEDIR} | ||
) | ||
install(FILES bismuth_old_conf_ui.upd bismuth_shortcuts_category.upd | ||
bismuth_new_logger.upd DESTINATION ${KDE_INSTALL_KCONFUPDATEDIR}) | ||
install(PROGRAMS bismuth_old_conf_ui.sh | ||
DESTINATION ${KDE_INSTALL_KCONFUPDATEDIR}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
# SPDX-FileCopyrightText: 2022 Mikhail Zolotukhin <[email protected]> | ||
# SPDX-License-Identifier: MIT | ||
|
||
target_sources( | ||
bismuth_core | ||
PRIVATE | ||
plasma-api.cpp | ||
client.cpp | ||
toplevel.cpp | ||
workspace.cpp | ||
) | ||
target_sources(bismuth_core PRIVATE plasma-api.cpp client.cpp toplevel.cpp | ||
workspace.cpp) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,7 @@ | ||
# SPDX-FileCopyrightText: 2021 Mikhail Zolotukhin <[email protected]> | ||
# SPDX-License-Identifier: MIT | ||
|
||
install( | ||
FILES local_install_to_global.upd | ||
DESTINATION ${KDE_INSTALL_KCONFUPDATEDIR} | ||
) | ||
install( | ||
PROGRAMS local_install_to_global.sh | ||
DESTINATION ${KDE_INSTALL_KCONFUPDATEDIR} | ||
) | ||
install(FILES local_install_to_global.upd | ||
DESTINATION ${KDE_INSTALL_KCONFUPDATEDIR}) | ||
install(PROGRAMS local_install_to_global.sh | ||
DESTINATION ${KDE_INSTALL_KCONFUPDATEDIR}) |
Oops, something went wrong.