Changeset 5776 for branches/newosd

Show
Ignore:
Timestamp:
11/07/07 12:20:53 (13 months ago)
Author:
eugene
Message:
  • Added plugin hooks;
  • Made plugin installable.
Location:
branches/newosd/src
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • branches/newosd/src/CMakeLists.txt

    r5773 r5776  
     1set(target licq_newosd) 
     2 
     3add_library(${target} MODULE plugin.cpp) 
     4target_link_libraries(${target} ${LIBRARIES}) 
     5set_target_properties(${target} PROPERTIES PREFIX "") 
     6install(TARGETS ${target} DESTINATION ${INSTALL_LIB_DIR}/licq)