Add gtk2 link directories

When gtk2 is not installed in /usr, a link failure may occur due to
missing specifications of the link directories. An new "link_directories"
statement has been added with the required directory variable.

Signed-off-by: aneejit1 <aneejit1@gmail.com>
pull/5/head
aneejit1 1 year ago
parent b7e7bb99e1
commit 3567c9ed9c

@ -7,6 +7,9 @@ include_directories(
${GTK_INCLUDE_DIRS}
)
link_directories(
${GTK_LIBRARY_DIRS}
)
##### kgtk2 (shared)

Loading…
Cancel
Save