cmake: install header files

This commit is contained in:
Daniel Eklöf 2019-02-12 22:12:35 +01:00
parent 8c72d1f2a9
commit 21b2e249bc
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)