diff options
| author | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-10-11 08:45:56 +0200 |
|---|---|---|
| committer | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-10-11 08:45:56 +0200 |
| commit | 6200956f93eabb0fe040902fda3716b676b2921a (patch) | |
| tree | 0f3438b0c6d8159c290425a0842cbca6c438c7a1 | |
| parent | 195ccad179d96766165b1dc846dbe066fffc43ac (diff) | |
Link explicitly against libm
| -rw-r--r-- | tools/gui/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/gui/CMakeLists.txt b/tools/gui/CMakeLists.txt index b30f3ea..ff5e9f6 100644 --- a/tools/gui/CMakeLists.txt +++ b/tools/gui/CMakeLists.txt @@ -30,7 +30,9 @@ if (GTK2_FOUND) egg-histogram-view.c) target_link_libraries(control uca - ${GTK2_LIBRARIES} ${GTHREAD2_LIBRARIES}) + ${GTK2_LIBRARIES} + ${GTHREAD2_LIBRARIES} + m) install(TARGETS control RUNTIME DESTINATION bin) |
