aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-02-28 21:47:42 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-02-28 21:47:42 +0100
commitd87cc10393cdc8b88141c6ce3245b0f9b9b217f0 (patch)
tree228f64955107dbcbda405c72869679f309c95e92
parent9e8a410fb703456654f21df96088f6bae34748b7 (diff)
parent62f510e2e846b182d5565c354a72319849ab5a21 (diff)
downloadayatana-ido-d87cc10393cdc8b88141c6ce3245b0f9b9b217f0.tar.gz
ayatana-ido-d87cc10393cdc8b88141c6ce3245b0f9b9b217f0.tar.bz2
ayatana-ido-d87cc10393cdc8b88141c6ce3245b0f9b9b217f0.zip
Merge branch 'jpalus-link-libm'
Attributes GH PR #59: https://github.com/AyatanaIndicators/ayatana-ido/pull/59
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 2f98b5d..eea4b0a 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -97,7 +97,7 @@ add_custom_command(
add_library("ayatana-ido3-0.4" SHARED ${SOURCES})
set_target_properties("ayatana-ido3-0.4" PROPERTIES VERSION 0.0.0 SOVERSION 0)
-target_link_libraries("ayatana-ido3-0.4" ${PROJECT_DEPS_LIBRARIES})
+target_link_libraries("ayatana-ido3-0.4" ${PROJECT_DEPS_LIBRARIES} m)
target_include_directories("ayatana-ido3-0.4" PUBLIC ${PROJECT_DEPS_INCLUDE_DIRS})
target_include_directories("ayatana-ido3-0.4" PUBLIC ${CMAKE_CURRENT_BINARY_DIR})
target_include_directories("ayatana-ido3-0.4" PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})