Skip to content
Snippets Groups Projects
Commit df50ec80 authored by boombel's avatar boombel
Browse files

added missing dl shared library

parent 046134ed
Branches
No related merge requests found
......@@ -14,6 +14,9 @@ configure_file(version.in include/libpwrutils/version.h)
include_directories(${CMAKE_CURRENT_BINARY_DIR}/include/)
add_definitions(-DHAVE_VERSION_H)
set(LIBS "")
if(UNIX)
set(LIBS ${LIBS} dl)
endif(UNIX)
include_directories( ${CMAKE_SOURCE_DIR} )
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment