We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fea658 commit 45d9e62Copy full SHA for 45d9e62
CMakeLists.txt
@@ -145,6 +145,8 @@ set_target_properties(
145
saxbospiral PROPERTIES VERSION ${SAXBOSPIRAL_VERSION_STRING}
146
SOVERSION ${PROJECT_VERSION_MAJOR}
147
)
148
+# link libsaxbospiral with C math library
149
+target_link_libraries(saxbospiral m)
150
# Link libsaxbospiral with libpng so we get libpng symbols (if support enabled)
151
if(SAXBOSPIRAL_PNG_SUPPORT)
152
target_link_libraries(saxbospiral ${PNG_LIBRARY})
0 commit comments