decorations: remove header files

This commit is contained in:
Daniel Eklöf 2019-01-13 17:45:09 +01:00
parent 7754ef3661
commit 1c18dbf1a0
8 changed files with 8 additions and 35 deletions

View file

@ -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(