diff options
author | aneejit1 <[email protected]> | 2022-11-02 15:56:47 +0000 |
---|---|---|
committer | aneejit1 <[email protected]> | 2022-11-02 15:56:47 +0000 |
commit | 3567c9ed9c0d14d163ed8b5fd5a530f8537f7be0 (patch) | |
tree | 68164a16d4aa1fe7f894e1dfe4de206b9bf401bd /gtk2 | |
parent | b7e7bb99e1c85325ff55866434f797dfb5c91187 (diff) | |
download | kgtk-qt3-3567c9ed9c0d14d163ed8b5fd5a530f8537f7be0.tar.gz kgtk-qt3-3567c9ed9c0d14d163ed8b5fd5a530f8537f7be0.zip |
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 <[email protected]>
Diffstat (limited to 'gtk2')
-rw-r--r-- | gtk2/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2/CMakeLists.txt b/gtk2/CMakeLists.txt index 9210e8c..f043953 100644 --- a/gtk2/CMakeLists.txt +++ b/gtk2/CMakeLists.txt @@ -7,6 +7,9 @@ include_directories( ${GTK_INCLUDE_DIRS} ) +link_directories( + ${GTK_LIBRARY_DIRS} +) ##### kgtk2 (shared) |