cmake: make linking type as option.

This commit is contained in:
Rex Tsai
2011-09-01 22:18:58 +08:00
parent 093ed8383a
commit ecbe24ca9a
20 changed files with 24 additions and 19 deletions

View File

@@ -23,7 +23,7 @@ set(RAIL_SRCS
rail_orders.c
rail_orders.h)
add_library(rail SHARED ${RAIL_SRCS})
add_library(rail ${RAIL_SRCS})
set_target_properties(rail PROPERTIES PREFIX "")
target_link_libraries(rail freerdp-utils)