diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2014-10-14 23:20:55 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2014-10-14 23:20:55 +0200 |
commit | d70dd571d37bc9dcf882a582c7e00a7550b96d81 (patch) | |
tree | 20bf9d6b4270c983195105d9add4e342afbf1c7b /CMakeLists.txt | |
parent | 828f03a063ef5e1e9bb113614083c3f4e59d5317 (diff) | |
download | termo-d70dd571d37bc9dcf882a582c7e00a7550b96d81.tar.gz termo-d70dd571d37bc9dcf882a582c7e00a7550b96d81.tar.xz termo-d70dd571d37bc9dcf882a582c7e00a7550b96d81.zip |
Fix build of the GLib demo
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 10665f8..29c81e1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,7 +81,7 @@ set (demos demo demo-async) if (glib_FOUND) include_directories (${glib_INCLUDE_DIRS}) add_executable (demo-glib EXCLUDE_FROM_ALL demo-glib.c) - target_link_libraries (demo + target_link_libraries (demo-glib termo-static ${lib_libraries} ${glib_LIBRARIES}) list (APPEND demos demo-glib) endif (glib_FOUND) |