mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-22 10:15:39 +02:00
cmake: install header files
This commit is contained in:
parent
6f021b62de
commit
0e41c6560b
2 changed files with 21 additions and 1 deletions
|
@ -64,3 +64,5 @@ target_link_libraries(bar
|
|||
$<$<BOOL:${ENABLE_WAYLAND}>:bar-wayland>
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
)
|
||||
|
||||
install(FILES bar.h DESTINATION include/f00bar/bar)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue