link against libnl-tiny

This commit is contained in:
Felix Fietkau 2011-01-31 20:30:21 +01:00
parent efd7c8c4df
commit 3205134afd

View file

@ -10,6 +10,10 @@ ENDIF("${CMAKE_SYSTEM}" MATCHES "Linux")
ADD_LIBRARY(ubox SHARED ${SOURCES})
IF("${CMAKE_SYSTEM}" MATCHES "Linux")
TARGET_LINK_LIBRARIES(ubox nl-tiny)
ENDIF("${CMAKE_SYSTEM}" MATCHES "Linux")
SET(CMAKE_INSTALL_PREFIX /usr)
FILE(GLOB headers *.h)