-
-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use C++20 formatting API rather than fmtlib
Other changes: - [crispy] App: Changes log timestamps to print time in local time - Drop Ubuntu 20.04 and Ubuntu 22.04 CI pipline building and tests Signed-off-by: Christian Parpart <christian@parpart.family>
- Loading branch information
1 parent
fae1f25
commit 026abfe
Showing
130 changed files
with
1,194 additions
and
1,392 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
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,6 +1,6 @@ | ||
if(LIBTERMINAL_TESTING) | ||
if(UNIX) | ||
add_executable(watch-mouse-events watch-mouse-events.cpp) | ||
target_link_libraries(watch-mouse-events fmt::fmt-header-only vtbackend) | ||
target_link_libraries(watch-mouse-events vtbackend) | ||
endif() | ||
endif() |
Oops, something went wrong.