mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-23 02:25:39 +02:00
decorations: remove header files
This commit is contained in:
parent
7754ef3661
commit
1c18dbf1a0
8 changed files with 8 additions and 35 deletions
|
@ -6,13 +6,13 @@ target_include_directories(decoration-sdk INTERFACE ${CAIRO_INCLUDE_DIRS})
|
|||
|
||||
set(CMAKE_SHARED_MODULE_PREFIX decoration_)
|
||||
|
||||
add_library(background MODULE background.c background.h)
|
||||
add_library(background MODULE background.c)
|
||||
target_link_libraries(background decoration-sdk)
|
||||
|
||||
add_library(stack MODULE stack.c stack.h)
|
||||
add_library(stack MODULE stack.c)
|
||||
target_link_libraries(stack decoration-sdk)
|
||||
|
||||
add_library(underline MODULE underline.c underline.h)
|
||||
add_library(underline MODULE underline.c)
|
||||
target_link_libraries(underline decoration-sdk)
|
||||
|
||||
install(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue