comparison freeDiameter/CMakeLists.txt @ 561:1cb9352359f4

More cleanups in the packaging. Also removed rgw_common.so which was quite useless
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 16 Sep 2010 13:53:19 +0900
parents d68f27e7e814
children 7ed07736c661
comparison
equal deleted inserted replaced
560:d300c5213e45 561:1cb9352359f4
65 65
66 # The version 66 # The version
67 SET_TARGET_PROPERTIES(freeDiameterd PROPERTIES 67 SET_TARGET_PROPERTIES(freeDiameterd PROPERTIES
68 VERSION ${FD_PROJECT_VERSION_MAJOR}.${FD_PROJECT_VERSION_MINOR}.${FD_PROJECT_VERSION_REV}) 68 VERSION ${FD_PROJECT_VERSION_MAJOR}.${FD_PROJECT_VERSION_MINOR}.${FD_PROJECT_VERSION_REV})
69 69
70 # Add this to workaround an apparent bug in FreeBSD cmake (already defined in Linux)
71 SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "-rdynamic")
72
73 # The link command 70 # The link command
74 LINK_DIRECTORIES(${CURRENT_BINARY_DIR}/../libfreeDiameter) 71 LINK_DIRECTORIES(${CURRENT_BINARY_DIR}/../libfreeDiameter)
75 TARGET_LINK_LIBRARIES(freeDiameterd libfreeDiameter ${FD_LIBS}) 72 TARGET_LINK_LIBRARIES(freeDiameterd libfreeDiameter ${FD_LIBS})
76 73
77 # The unary tests directory 74 # The unary tests directory
"Welcome to our mercurial repository"