-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt to enforce shared library use for pkgconfig.
- Loading branch information
Kasper Peeters
committed
Sep 27, 2024
1 parent
2b1cf39
commit 733e93e
Showing
5 changed files
with
15 additions
and
23 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
Submodule microtex
updated
9 files
+1 −1 | example/gtkmm/gtkmm_main.cpp | |
+3 −1 | lib/CMakeLists.txt | |
+1 −1 | lib/atom/atom_box.h | |
+1 −1 | lib/core/parser.cpp | |
+1 −1 | lib/graphic/graphic_basic.h | |
+1 −1 | lib/macro/macro_colors.cpp | |
+3 −3 | lib/macro/macro_colors.h | |
+8 −4 | platform/cairo/CMakeLists.txt | |
+8 −4 | platform/gtk/CMakeLists.txt |