summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2020-10-29 19:15:58 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2020-10-29 19:15:58 -0400
commita5c9476eb497a742ce82d186d3471b1b685c632b (patch)
tree7409b67c4346872b1ccff703bea7a862b7434f62 /CMakeLists.txt
parentdfc2fb1cd834f23bc16db48c9f2097d2e6242ead (diff)
downloadabaddon-portaudio-a5c9476eb497a742ce82d186d3471b1b685c632b.tar.gz
abaddon-portaudio-a5c9476eb497a742ce82d186d3471b1b685c632b.zip
separate branches deploy to separate folders
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d5b347f..2ec87a6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,6 +15,9 @@ if(NOT USE_PKGCONFIG)
link_libraries(${GTKMM_LIBRARY})
include_directories(${GTKMM_INCLUDE_DIRS})
+ find_library(GLIB_LIBRARY glib-2.0)
+ link_libraries(${GLIB_LIBRARY})
+
find_path(GLIBMM_INCLUDE_DIRS glibmm.h)
find_library(GLIBMM_LIBRARY glibmm)
link_libraries(${GLIBMM_LIBRARY})
@@ -192,3 +195,4 @@ target_link_libraries(abaddon ${GLIBMM_LIBRARIES})
target_link_libraries(abaddon ${SIGC_LIBRARIES})
target_link_libraries(abaddon ${ATKMM_LIBRARIES})
target_link_libraries(abaddon ${GIOMM_LIBRARIES})
+target_link_libraries(abaddon ${GDK_LIBRARIES})