Fix missing include paths

When headers were installed in more sofisticated places (but package
config knows it right), it revealed missing paths in CMake
configuration. Lets fix it.
This commit is contained in:
Tomáš Čech 2016-04-28 20:08:41 +02:00
parent 89af3f78b2
commit 468ddfb34d
8 changed files with 11 additions and 3 deletions

View file

@ -1,5 +1,6 @@
include_directories(
${WLC_INCLUDE_DIRS}
${XKBCOMMON_INCLUDE_DIRS}
)
add_library(sway-common