cmake: install header files

This commit is contained in:
Daniel Eklöf 2019-02-12 22:12:35 +01:00
parent 6f021b62de
commit 0e41c6560b
2 changed files with 21 additions and 1 deletions

View file

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